//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, Seg0BudgetDelegate Filename: Seg0BudgetDelegate.hxx Module: systemsengineering @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__SYSTEMSENGINEERING__SEG0BUDGETDELEGATE_HXX #define TEAMCENTER__SYSTEMSENGINEERING__SEG0BUDGETDELEGATE_HXX #include #include #include namespace Teamcenter { namespace systemsengineering { class Seg0BudgetDelegate; } } namespace Teamcenter { namespace systemsengineering { class Seg0BudgetImpl; } } namespace Teamcenter { namespace systemsengineering { class Seg0Budget; } } namespace Teamcenter { namespace systemsengineering { class Seg0BudgetGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class SYSTEMSENGINEERING_API Teamcenter_alias::systemsengineering::Seg0BudgetDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Seg0BudgetDelegate instance static Seg0BudgetDelegate& getInstance(); // Method to create the Seg0BudgetImpl pointer static Seg0BudgetImpl* createImpl( Seg0Budget& ifObj ); // Method to delete the Seg0BudgetImpl pointer static void deleteImpl( Seg0BudgetImpl* impl ); protected: // Pointer to the instance static Seg0BudgetDelegate* m_pInstance; Seg0BudgetDelegate(); virtual ~Seg0BudgetDelegate(); static void setInstance( Seg0BudgetDelegate* instance ); private: friend class ::Teamcenter::systemsengineering::Seg0BudgetGenImpl; }; #include #endif // TEAMCENTER__SYSTEMSENGINEERING__SEG0BUDGETDELEGATE_HXX