//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, DC_SkdDMRevision Filename: DC_SkdDMRevision.hxx Module: contmgmts1000d @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDDMREVISION__HXX #define TEAMCENTER__CONTMGMTS1000D__DC_SKDDMREVISION__HXX #include #include #include namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMRevision; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMRevisionImpl; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMRevisionDelegate; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMRevisionDispatch; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMRevisionGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class CONTMGMTS1000D_API Teamcenter::contmgmts1000d::DC_SkdDMRevision : public ::Teamcenter::contmgmtbase::DC_TopicRevision { 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 */ DC_SkdDMRevision(); /** * Destructor */ virtual ~DC_SkdDMRevision(); private: // Getter method for the Implementation Object DC_SkdDMRevisionImpl* getDC_SkdDMRevisionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setDC_SkdDMRevisionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object DC_SkdDMRevisionImpl* m_dc_skddmrevisionImpl; // 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 DC_SkdDMRevision - desc for DC_SkdDMRevision parameter */ DC_SkdDMRevision( const DC_SkdDMRevision& ); DC_SkdDMRevision& operator=( const DC_SkdDMRevision& ); friend class DC_SkdDMRevisionDelegate; friend class DC_SkdDMRevisionDispatch; friend class DC_SkdDMRevisionGenImpl; }; #include #endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDDMREVISION__HXX