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