//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, Fnd0GDPRConsentRevision Filename: Fnd0GDPRConsentRevision.hxx Module: sa @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0GDPRCONSENTREVISION__HXX #define TEAMCENTER__FND0GDPRCONSENTREVISION__HXX #include #include #include namespace Teamcenter { class Fnd0GDPRConsentRevision; } namespace Teamcenter { class Fnd0GDPRConsentRevisionImpl; } namespace Teamcenter { class Fnd0GDPRConsentRevisionDelegate; } namespace Teamcenter { class Fnd0GDPRConsentRevisionDispatch; } namespace Teamcenter { class Fnd0GDPRConsentRevisionGenImpl; } namespace Teamcenter { class RootObjectImpl; } class SA_API Teamcenter::Fnd0GDPRConsentRevision : public ::Teamcenter::ItemRevision { 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 */ Fnd0GDPRConsentRevision(); /** * Destructor */ virtual ~Fnd0GDPRConsentRevision(); private: // Getter method for the Implementation Object Fnd0GDPRConsentRevisionImpl* getFnd0GDPRConsentRevisionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0GDPRConsentRevisionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0GDPRConsentRevisionImpl* m_fnd0gdprconsentrevisionImpl; // 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 Fnd0GDPRConsentRevision - desc for Fnd0GDPRConsentRevision parameter */ Fnd0GDPRConsentRevision( const Fnd0GDPRConsentRevision& ); Fnd0GDPRConsentRevision& operator=( const Fnd0GDPRConsentRevision& ); friend class Fnd0GDPRConsentRevisionDelegate; friend class Fnd0GDPRConsentRevisionDispatch; friend class Fnd0GDPRConsentRevisionGenImpl; }; #include #endif // TEAMCENTER__FND0GDPRCONSENTREVISION__HXX