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