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