//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, Fnd0AbsInterchangeableGrpDelegate Filename: Fnd0AbsInterchangeableGrpDelegate.hxx Module: ps @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0ABSINTERCHANGEABLEGRPDELEGATE_HXX #define TEAMCENTER__FND0ABSINTERCHANGEABLEGRPDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0AbsInterchangeableGrpDelegate; } namespace Teamcenter { class Fnd0AbsInterchangeableGrpImpl; } namespace Teamcenter { class Fnd0AbsInterchangeableGrp; } namespace Teamcenter { class Fnd0AbsInterchangeableGrpGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class PS_API Teamcenter_alias::Fnd0AbsInterchangeableGrpDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0AbsInterchangeableGrpDelegate instance static Fnd0AbsInterchangeableGrpDelegate& getInstance(); // Method to create the Fnd0AbsInterchangeableGrpImpl pointer static Fnd0AbsInterchangeableGrpImpl* createImpl( Fnd0AbsInterchangeableGrp& ifObj ); // Method to delete the Fnd0AbsInterchangeableGrpImpl pointer static void deleteImpl( Fnd0AbsInterchangeableGrpImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 11.6 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0idBase(const Fnd0AbsInterchangeableGrp &ifObj, std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 11.6 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setFnd0idBase(Fnd0AbsInterchangeableGrp &ifObj, const std::string &value, bool isNull ); protected: // Pointer to the instance static Fnd0AbsInterchangeableGrpDelegate* m_pInstance; Fnd0AbsInterchangeableGrpDelegate(); virtual ~Fnd0AbsInterchangeableGrpDelegate(); static void setInstance( Fnd0AbsInterchangeableGrpDelegate* instance ); private: friend class ::Teamcenter::Fnd0AbsInterchangeableGrpGenImpl; }; #include #endif // TEAMCENTER__FND0ABSINTERCHANGEABLEGRPDELEGATE_HXX