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