//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, Ads0CustomNoteRevision Filename: Ads0CustomNoteRevision.hxx Module: adsfoundation @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__ADSFOUNDATION__ADS0CUSTOMNOTEREVISION__HXX #define TEAMCENTER__ADSFOUNDATION__ADS0CUSTOMNOTEREVISION__HXX #include #include #include namespace Teamcenter { namespace adsfoundation { class Ads0CustomNoteRevision; } } namespace Teamcenter { namespace adsfoundation { class Ads0CustomNoteRevisionImpl; } } namespace Teamcenter { namespace adsfoundation { class Ads0CustomNoteRevisionDelegate; } } namespace Teamcenter { namespace adsfoundation { class Ads0CustomNoteRevisionDispatch; } } namespace Teamcenter { namespace adsfoundation { class Ads0CustomNoteRevisionGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class ADSFOUNDATION_API Teamcenter::adsfoundation::Ads0CustomNoteRevision : public ::Teamcenter::Fnd0CustomNoteRevision { 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 */ Ads0CustomNoteRevision(); /** * Destructor */ virtual ~Ads0CustomNoteRevision(); private: // Getter method for the Implementation Object Ads0CustomNoteRevisionImpl* getAds0CustomNoteRevisionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setAds0CustomNoteRevisionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Ads0CustomNoteRevisionImpl* m_ads0customnoterevisionImpl; // 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 Ads0CustomNoteRevision - desc for Ads0CustomNoteRevision parameter */ Ads0CustomNoteRevision( const Ads0CustomNoteRevision& ); Ads0CustomNoteRevision& operator=( const Ads0CustomNoteRevision& ); friend class Ads0CustomNoteRevisionDelegate; friend class Ads0CustomNoteRevisionDispatch; friend class Ads0CustomNoteRevisionGenImpl; }; #include #endif // TEAMCENTER__ADSFOUNDATION__ADS0CUSTOMNOTEREVISION__HXX