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