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