//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, CommercialPartDelegate Filename: CommercialPartDelegate.hxx Module: vm @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__COMMERCIALPARTDELEGATE_HXX #define TEAMCENTER__COMMERCIALPARTDELEGATE_HXX #include #include #include namespace Teamcenter { class CommercialPartDelegate; } namespace Teamcenter { class CommercialPartImpl; } namespace Teamcenter { class CommercialPart; } namespace Teamcenter { class CommercialPartGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class VM_API Teamcenter_alias::CommercialPartDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the CommercialPartDelegate instance static CommercialPartDelegate& getInstance(); // Method to create the CommercialPartImpl pointer static CommercialPartImpl* createImpl( CommercialPart& ifObj ); // Method to delete the CommercialPartImpl pointer static void deleteImpl( CommercialPartImpl* impl ); protected: // Pointer to the instance static CommercialPartDelegate* m_pInstance; CommercialPartDelegate(); virtual ~CommercialPartDelegate(); static void setInstance( CommercialPartDelegate* instance ); private: friend class ::Teamcenter::CommercialPartGenImpl; }; #include #endif // TEAMCENTER__COMMERCIALPARTDELEGATE_HXX