//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_UnparsedDocRevision Filename: DC_UnparsedDocRevision.hxx Module: contmgmtbase @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTBASE__DC_UNPARSEDDOCREVISION__HXX #define TEAMCENTER__CONTMGMTBASE__DC_UNPARSEDDOCREVISION__HXX #include #include #include namespace Teamcenter { namespace contmgmtbase { class DC_UnparsedDocRevision; } } namespace Teamcenter { namespace contmgmtbase { class DC_UnparsedDocRevisionImpl; } } namespace Teamcenter { namespace contmgmtbase { class DC_UnparsedDocRevisionDelegate; } } namespace Teamcenter { namespace contmgmtbase { class DC_UnparsedDocRevisionDispatch; } } namespace Teamcenter { namespace contmgmtbase { class DC_UnparsedDocRevisionGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class CONTMGMTBASE_API Teamcenter::contmgmtbase::DC_UnparsedDocRevision : public ::Teamcenter::SpecElementRevision { 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_UnparsedDocRevision(); /** * Destructor */ virtual ~DC_UnparsedDocRevision(); private: // Getter method for the Implementation Object DC_UnparsedDocRevisionImpl* getDC_UnparsedDocRevisionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setDC_UnparsedDocRevisionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object DC_UnparsedDocRevisionImpl* m_dc_unparseddocrevisionImpl; // 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_UnparsedDocRevision - desc for DC_UnparsedDocRevision parameter */ DC_UnparsedDocRevision( const DC_UnparsedDocRevision& ); DC_UnparsedDocRevision& operator=( const DC_UnparsedDocRevision& ); friend class DC_UnparsedDocRevisionDelegate; friend class DC_UnparsedDocRevisionDispatch; friend class DC_UnparsedDocRevisionGenImpl; }; #include #endif // TEAMCENTER__CONTMGMTBASE__DC_UNPARSEDDOCREVISION__HXX