//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_SkdDM Filename: DC_SkdDM.hxx Module: contmgmts1000d @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDDM__HXX #define TEAMCENTER__CONTMGMTS1000D__DC_SKDDM__HXX #include #include #include namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDM; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMImpl; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMDelegate; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMDispatch; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class CONTMGMTS1000D_API Teamcenter::contmgmts1000d::DC_SkdDM : public ::Teamcenter::contmgmtbase::DC_Topic { 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_SkdDM(); /** * Destructor */ virtual ~DC_SkdDM(); private: // Getter method for the Implementation Object DC_SkdDMImpl* getDC_SkdDMImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setDC_SkdDMImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object DC_SkdDMImpl* m_dc_skddmImpl; // 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_SkdDM - desc for DC_SkdDM parameter */ DC_SkdDM( const DC_SkdDM& ); DC_SkdDM& operator=( const DC_SkdDM& ); friend class DC_SkdDMDelegate; friend class DC_SkdDMDispatch; friend class DC_SkdDMGenImpl; }; #include #endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDDM__HXX