//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, Fnd0ConsentRel Filename: Fnd0ConsentRel.hxx Module: sa @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0CONSENTREL__HXX #define TEAMCENTER__FND0CONSENTREL__HXX #include #include #include namespace Teamcenter { class Fnd0ConsentRel; } namespace Teamcenter { class Fnd0ConsentRelImpl; } namespace Teamcenter { class Fnd0ConsentRelDelegate; } namespace Teamcenter { class Fnd0ConsentRelDispatch; } namespace Teamcenter { class Fnd0ConsentRelGenImpl; } namespace Teamcenter { class RootObjectImpl; } class SA_API Teamcenter::Fnd0ConsentRel : 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 */ Fnd0ConsentRel(); /** * Destructor */ virtual ~Fnd0ConsentRel(); private: // Getter method for the Implementation Object Fnd0ConsentRelImpl* getFnd0ConsentRelImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0ConsentRelImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0ConsentRelImpl* m_fnd0consentrelImpl; // 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 Fnd0ConsentRel - desc for Fnd0ConsentRel parameter */ Fnd0ConsentRel( const Fnd0ConsentRel& ); Fnd0ConsentRel& operator=( const Fnd0ConsentRel& ); friend class Fnd0ConsentRelDelegate; friend class Fnd0ConsentRelDispatch; friend class Fnd0ConsentRelGenImpl; }; #include #endif // TEAMCENTER__FND0CONSENTREL__HXX