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