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