//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, Pka0BriefPartnerContactRelDelegate Filename: Pka0BriefPartnerContactRelDelegate.hxx Module: pkgart @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__PKGART__PKA0BRIEFPARTNERCONTACTRELDELEGATE_HXX #define TEAMCENTER__PKGART__PKA0BRIEFPARTNERCONTACTRELDELEGATE_HXX #include #include #include namespace Teamcenter { namespace PKGART { class Pka0BriefPartnerContactRelDelegate; } } namespace Teamcenter { namespace PKGART { class Pka0BriefPartnerContactRelImpl; } } namespace Teamcenter { namespace PKGART { class Pka0BriefPartnerContactRel; } } namespace Teamcenter { namespace PKGART { class Pka0BriefPartnerContactRelGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class PKGART_API Teamcenter_alias::PKGART::Pka0BriefPartnerContactRelDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Pka0BriefPartnerContactRelDelegate instance static Pka0BriefPartnerContactRelDelegate& getInstance(); // Method to create the Pka0BriefPartnerContactRelImpl pointer static Pka0BriefPartnerContactRelImpl* createImpl( Pka0BriefPartnerContactRel& ifObj ); // Method to delete the Pka0BriefPartnerContactRelImpl pointer static void deleteImpl( Pka0BriefPartnerContactRelImpl* 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 Pka0BriefPartnerContactRel &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Pka0BriefPartnerContactRelDelegate* m_pInstance; Pka0BriefPartnerContactRelDelegate(); virtual ~Pka0BriefPartnerContactRelDelegate(); static void setInstance( Pka0BriefPartnerContactRelDelegate* instance ); private: friend class ::Teamcenter::PKGART::Pka0BriefPartnerContactRelGenImpl; }; #include #endif // TEAMCENTER__PKGART__PKA0BRIEFPARTNERCONTACTRELDELEGATE_HXX