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