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