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