//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_SkdDML Filename: DC_SkdDML.hxx Module: contmgmts1000d @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDDML__HXX #define TEAMCENTER__CONTMGMTS1000D__DC_SKDDML__HXX #include #include #include namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDML; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMLImpl; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMLDelegate; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMLDispatch; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMLGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class CONTMGMTS1000D_API Teamcenter::contmgmts1000d::DC_SkdDML : 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_SkdDML(); /** * Destructor */ virtual ~DC_SkdDML(); private: // Getter method for the Implementation Object DC_SkdDMLImpl* getDC_SkdDMLImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setDC_SkdDMLImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object DC_SkdDMLImpl* m_dc_skddmlImpl; // 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_SkdDML - desc for DC_SkdDML parameter */ DC_SkdDML( const DC_SkdDML& ); DC_SkdDML& operator=( const DC_SkdDML& ); friend class DC_SkdDMLDelegate; friend class DC_SkdDMLDispatch; friend class DC_SkdDMLGenImpl; }; #include #endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDDML__HXX