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