//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, Civ0SNSRootNodeRevision Filename: Civ0SNSRootNodeRevision.hxx Module: contmgmts1000d40 @BMIDE autogenerated ==================================================================================================*/ #ifndef CONTMGMTS1000D40__CIV0SNSROOTNODEREVISION__HXX #define CONTMGMTS1000D40__CIV0SNSROOTNODEREVISION__HXX #include #include #include namespace contmgmts1000d40 { class Civ0SNSRootNodeRevision; } namespace contmgmts1000d40 { class Civ0SNSRootNodeRevisionImpl; } namespace contmgmts1000d40 { class Civ0SNSRootNodeRevisionDelegate; } namespace contmgmts1000d40 { class Civ0SNSRootNodeRevisionDispatch; } namespace contmgmts1000d40 { class Civ0SNSRootNodeRevisionGenImpl; } namespace Teamcenter { class RootObjectImpl; } class CONTMGMTS1000D40_API contmgmts1000d40::Civ0SNSRootNodeRevision : 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 */ Civ0SNSRootNodeRevision(); /** * Destructor */ virtual ~Civ0SNSRootNodeRevision(); private: // Getter method for the Implementation Object Civ0SNSRootNodeRevisionImpl* getCiv0SNSRootNodeRevisionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setCiv0SNSRootNodeRevisionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Civ0SNSRootNodeRevisionImpl* m_civ0snsrootnoderevisionImpl; // 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 Civ0SNSRootNodeRevision - desc for Civ0SNSRootNodeRevision parameter */ Civ0SNSRootNodeRevision( const Civ0SNSRootNodeRevision& ); Civ0SNSRootNodeRevision& operator=( const Civ0SNSRootNodeRevision& ); friend class Civ0SNSRootNodeRevisionDelegate; friend class Civ0SNSRootNodeRevisionDispatch; friend class Civ0SNSRootNodeRevisionGenImpl; }; #include #endif // CONTMGMTS1000D40__CIV0SNSROOTNODEREVISION__HXX