//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, Qc0MasterCharSpec Filename: Qc0MasterCharSpec.hxx Module: Qc0qualitybase @BMIDE autogenerated ==================================================================================================*/ #ifndef QC0QUALITYCENTERBASE__QC0MASTERCHARSPEC__HXX #define QC0QUALITYCENTERBASE__QC0MASTERCHARSPEC__HXX #include #include #include namespace qc0qualitycenterbase { class Qc0MasterCharSpec; } namespace qc0qualitycenterbase { class Qc0MasterCharSpecImpl; } namespace qc0qualitycenterbase { class Qc0MasterCharSpecDelegate; } namespace qc0qualitycenterbase { class Qc0MasterCharSpecDispatch; } namespace qc0qualitycenterbase { class Qc0MasterCharSpecGenImpl; } namespace Teamcenter { class RootObjectImpl; } class QC0QUALITYBASE_API qc0qualitycenterbase::Qc0MasterCharSpec : public ::qc0qualitycenterbase::Qc0MasterQualityObject { 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 */ Qc0MasterCharSpec(); /** * Destructor */ virtual ~Qc0MasterCharSpec(); private: // Getter method for the Implementation Object Qc0MasterCharSpecImpl* getQc0MasterCharSpecImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setQc0MasterCharSpecImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Qc0MasterCharSpecImpl* m_qc0mastercharspecImpl; // 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 Qc0MasterCharSpec - desc for Qc0MasterCharSpec parameter */ Qc0MasterCharSpec( const Qc0MasterCharSpec& ); Qc0MasterCharSpec& operator=( const Qc0MasterCharSpec& ); friend class Qc0MasterCharSpecDelegate; friend class Qc0MasterCharSpecDispatch; friend class Qc0MasterCharSpecGenImpl; }; #include #endif // QC0QUALITYCENTERBASE__QC0MASTERCHARSPEC__HXX