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