//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, Pka0BriefPartnerContactRelDispatch Filename: Pka0BriefPartnerContactRelDispatch.hxx Module: pkgartdispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__PKGART__PKA0BRIEFPARTNERCONTACTRELDISPATCH_HXX #define TEAMCENTER__PKGART__PKA0BRIEFPARTNERCONTACTRELDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace PKGART { class Pka0BriefPartnerContactRelDispatch; } } namespace Teamcenter { namespace PKGART { class Pka0BriefPartnerContactRelDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class PKGARTDISPATCH_API Teamcenter::PKGART::Pka0BriefPartnerContactRelDispatch : public Teamcenter::PKGART::Pka0BriefPartnerContactRelDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Pka0BriefPartnerContactRelDispatch instance static Pka0BriefPartnerContactRelDispatch& getInstance(); private: // Pointer to the dispatch instance static Pka0BriefPartnerContactRelDispatch* m_dispatch; // Default Constructor Pka0BriefPartnerContactRelDispatch(); // Default Destructor virtual ~Pka0BriefPartnerContactRelDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Pka0BriefPartnerContactRelDispatch Pka0BriefPartnerContactRelDispatch( const Pka0BriefPartnerContactRelDispatch& ); // Assignment operator Pka0BriefPartnerContactRelDispatch& operator = ( const Pka0BriefPartnerContactRelDispatch& ); // friend friend void ::Teamcenter::PKGART::initializepkgartInternal(); friend void ::Teamcenter::PKGART::initializepkgartExtenders(); friend class Teamcenter::PKGART::Pka0BriefPartnerContactRelDelegate; }; #include #endif // TEAMCENTER__PKGART__PKA0BRIEFPARTNERCONTACTRELDISPATCH_HXX