//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, Mdo0MDTAssociation Filename: Mdo0MDTAssociation.hxx Module: Mdo0Mdo @BMIDE autogenerated ==================================================================================================*/ #ifndef MDO__MDO0MDTASSOCIATION__HXX #define MDO__MDO0MDTASSOCIATION__HXX #include #include #include namespace mdo { class Mdo0MDTAssociation; } namespace mdo { class Mdo0MDTAssociationImpl; } namespace mdo { class Mdo0MDTAssociationDelegate; } namespace mdo { class Mdo0MDTAssociationDispatch; } namespace mdo { class Mdo0MDTAssociationGenImpl; } namespace Teamcenter { class RootObjectImpl; } class MDO0MDO_API mdo::Mdo0MDTAssociation : 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 */ Mdo0MDTAssociation(); /** * Destructor */ virtual ~Mdo0MDTAssociation(); private: // Getter method for the Implementation Object Mdo0MDTAssociationImpl* getMdo0MDTAssociationImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setMdo0MDTAssociationImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Mdo0MDTAssociationImpl* m_mdo0mdtassociationImpl; // 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 Mdo0MDTAssociation - desc for Mdo0MDTAssociation parameter */ Mdo0MDTAssociation( const Mdo0MDTAssociation& ); Mdo0MDTAssociation& operator=( const Mdo0MDTAssociation& ); friend class Mdo0MDTAssociationDelegate; friend class Mdo0MDTAssociationDispatch; friend class Mdo0MDTAssociationGenImpl; }; #include #endif // MDO__MDO0MDTASSOCIATION__HXX