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