//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //e //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, C2RelatedWebLink Filename: C2RelatedWebLink.hxx Module: CPA0capadatamodel @BMIDE autogenerated ==================================================================================================*/ #ifndef CAPADATAMODEL__C2RELATEDWEBLINK__HXX #define CAPADATAMODEL__C2RELATEDWEBLINK__HXX #include #include #include namespace capadatamodel { class C2RelatedWebLink; } namespace capadatamodel { class C2RelatedWebLinkImpl; } namespace capadatamodel { class C2RelatedWebLinkDelegate; } namespace capadatamodel { class C2RelatedWebLinkDispatch; } namespace capadatamodel { class C2RelatedWebLinkGenImpl; } namespace Teamcenter { class RootObjectImpl; } class CPA0CAPADATAMODEL_API capadatamodel::C2RelatedWebLink : public ::Teamcenter::ImanRelation { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ C2RelatedWebLink(); /** * Destructor */ virtual ~C2RelatedWebLink(); private: // Getter method for the Implementation Object C2RelatedWebLinkImpl* getC2RelatedWebLinkImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setC2RelatedWebLinkImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object C2RelatedWebLinkImpl* m_c2relatedweblinkImpl; // Flag to indicate if Implementation object needs to be deleted bool m_deleteImpl; /** * Name of the Business Object */ static std::string name; /** * Private default constructor. We do not want this class instantiated without the business object passed in. * @param C2RelatedWebLink - desc for C2RelatedWebLink parameter */ C2RelatedWebLink( const C2RelatedWebLink& ); C2RelatedWebLink& operator=( const C2RelatedWebLink& ); friend class C2RelatedWebLinkDelegate; friend class C2RelatedWebLinkDispatch; friend class C2RelatedWebLinkGenImpl; }; #include #endif // CAPADATAMODEL__C2RELATEDWEBLINK__HXX