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