//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, DCt_GrphcTrnsltnRevision Filename: DCt_GrphcTrnsltnRevision.hxx Module: contmgmtbase @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTBASE__DCT_GRPHCTRNSLTNREVISION__HXX #define TEAMCENTER__CONTMGMTBASE__DCT_GRPHCTRNSLTNREVISION__HXX #include #include #include namespace Teamcenter { namespace contmgmtbase { class DCt_GrphcTrnsltnRevision; } } namespace Teamcenter { namespace contmgmtbase { class DCt_GrphcTrnsltnRevisionImpl; } } namespace Teamcenter { namespace contmgmtbase { class DCt_GrphcTrnsltnRevisionDelegate; } } namespace Teamcenter { namespace contmgmtbase { class DCt_GrphcTrnsltnRevisionDispatch; } } namespace Teamcenter { namespace contmgmtbase { class DCt_GrphcTrnsltnRevisionGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class CONTMGMTBASE_API Teamcenter::contmgmtbase::DCt_GrphcTrnsltnRevision : public ::Teamcenter::contmgmtbase::DCt_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 */ DCt_GrphcTrnsltnRevision(); /** * Destructor */ virtual ~DCt_GrphcTrnsltnRevision(); private: // Getter method for the Implementation Object DCt_GrphcTrnsltnRevisionImpl* getDCt_GrphcTrnsltnRevisionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setDCt_GrphcTrnsltnRevisionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object DCt_GrphcTrnsltnRevisionImpl* m_dct_grphctrnsltnrevisionImpl; // 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 DCt_GrphcTrnsltnRevision - desc for DCt_GrphcTrnsltnRevision parameter */ DCt_GrphcTrnsltnRevision( const DCt_GrphcTrnsltnRevision& ); DCt_GrphcTrnsltnRevision& operator=( const DCt_GrphcTrnsltnRevision& ); friend class DCt_GrphcTrnsltnRevisionDelegate; friend class DCt_GrphcTrnsltnRevisionDispatch; friend class DCt_GrphcTrnsltnRevisionGenImpl; }; #include #endif // TEAMCENTER__CONTMGMTBASE__DCT_GRPHCTRNSLTNREVISION__HXX