//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, Lgt0BvrSupplyChainDispatch Filename: Lgt0BvrSupplyChainDispatch.hxx Module: lgt0logisticsdispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__LGT0BVRSUPPLYCHAINDISPATCH_HXX #define TEAMCENTER__LGT0BVRSUPPLYCHAINDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { class Lgt0BvrSupplyChainDispatch; } namespace Teamcenter { class Lgt0BvrSupplyChainDelegate; } namespace Teamcenter { class BusinessObjectImpl; } class LGT0LOGISTICSDISPATCH_API Teamcenter::Lgt0BvrSupplyChainDispatch : public Teamcenter::Lgt0BvrSupplyChainDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Lgt0BvrSupplyChainDispatch instance static Lgt0BvrSupplyChainDispatch& getInstance(); private: // Pointer to the dispatch instance static Lgt0BvrSupplyChainDispatch* m_dispatch; // Default Constructor Lgt0BvrSupplyChainDispatch(); // Default Destructor virtual ~Lgt0BvrSupplyChainDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Lgt0BvrSupplyChainDispatch Lgt0BvrSupplyChainDispatch( const Lgt0BvrSupplyChainDispatch& ); // Assignment operator Lgt0BvrSupplyChainDispatch& operator = ( const Lgt0BvrSupplyChainDispatch& ); // friend friend void ::Teamcenter::initializelgt0logisticsInternal(); friend void ::Teamcenter::initializelgt0logisticsExtenders(); friend class Teamcenter::Lgt0BvrSupplyChainDelegate; }; #include #endif // TEAMCENTER__LGT0BVRSUPPLYCHAINDISPATCH_HXX