//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, Fnd0DiagramTmplRelation Filename: Fnd0DiagramTmplRelation.hxx Module: Fnd0nweditor @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0DIAGRAMTMPLRELATION__HXX #define TEAMCENTER__FND0DIAGRAMTMPLRELATION__HXX #include #include #include namespace Teamcenter { class Fnd0DiagramTmplRelation; } namespace Teamcenter { class Fnd0DiagramTmplRelationImpl; } namespace Teamcenter { class Fnd0DiagramTmplRelationDelegate; } namespace Teamcenter { class Fnd0DiagramTmplRelationDispatch; } namespace Teamcenter { class Fnd0DiagramTmplRelationGenImpl; } namespace Teamcenter { class RootObjectImpl; } class FND0NWEDITOR_API Teamcenter::Fnd0DiagramTmplRelation : 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 */ Fnd0DiagramTmplRelation(); /** * Destructor */ virtual ~Fnd0DiagramTmplRelation(); private: // Getter method for the Implementation Object Fnd0DiagramTmplRelationImpl* getFnd0DiagramTmplRelationImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0DiagramTmplRelationImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0DiagramTmplRelationImpl* m_fnd0diagramtmplrelationImpl; // 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 Fnd0DiagramTmplRelation - desc for Fnd0DiagramTmplRelation parameter */ Fnd0DiagramTmplRelation( const Fnd0DiagramTmplRelation& ); Fnd0DiagramTmplRelation& operator=( const Fnd0DiagramTmplRelation& ); friend class Fnd0DiagramTmplRelationDelegate; friend class Fnd0DiagramTmplRelationDispatch; friend class Fnd0DiagramTmplRelationGenImpl; }; #include #endif // TEAMCENTER__FND0DIAGRAMTMPLRELATION__HXX