//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, SchedulingFixedCostDelegate Filename: SchedulingFixedCostDelegate.hxx Module: schmgt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__SCHEDULINGFIXEDCOSTDELEGATE_HXX #define TEAMCENTER__SCHEDULINGFIXEDCOSTDELEGATE_HXX #include #include #include namespace Teamcenter { class SchedulingFixedCostDelegate; } namespace Teamcenter { class SchedulingFixedCostImpl; } namespace Teamcenter { class SchedulingFixedCost; } namespace Teamcenter { class SchedulingFixedCostGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class SCHMGT_API Teamcenter_alias::SchedulingFixedCostDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the SchedulingFixedCostDelegate instance static SchedulingFixedCostDelegate& getInstance(); // Method to create the SchedulingFixedCostImpl pointer static SchedulingFixedCostImpl* createImpl( SchedulingFixedCost& ifObj ); // Method to delete the SchedulingFixedCostImpl pointer static void deleteImpl( SchedulingFixedCostImpl* impl ); /// /// desc for createPost /// @version Tc 8 /// @param creInput - Description for the Create Input /// @return - return desc for createPost /// int createPostBase(const SchedulingFixedCost &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static SchedulingFixedCostDelegate* m_pInstance; SchedulingFixedCostDelegate(); virtual ~SchedulingFixedCostDelegate(); static void setInstance( SchedulingFixedCostDelegate* instance ); private: friend class ::Teamcenter::SchedulingFixedCostGenImpl; }; #include #endif // TEAMCENTER__SCHEDULINGFIXEDCOSTDELEGATE_HXX