//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_SkdCOM Filename: DC_SkdCOM.hxx Module: contmgmts1000d @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDCOM__HXX #define TEAMCENTER__CONTMGMTS1000D__DC_SKDCOM__HXX #include #include #include namespace Teamcenter { namespace contmgmts1000d { class DC_SkdCOM; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdCOMImpl; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdCOMDelegate; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdCOMDispatch; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdCOMGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class CONTMGMTS1000D_API Teamcenter::contmgmts1000d::DC_SkdCOM : 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_SkdCOM(); /** * Destructor */ virtual ~DC_SkdCOM(); private: // Getter method for the Implementation Object DC_SkdCOMImpl* getDC_SkdCOMImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setDC_SkdCOMImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object DC_SkdCOMImpl* m_dc_skdcomImpl; // 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_SkdCOM - desc for DC_SkdCOM parameter */ DC_SkdCOM( const DC_SkdCOM& ); DC_SkdCOM& operator=( const DC_SkdCOM& ); friend class DC_SkdCOMDelegate; friend class DC_SkdCOMDispatch; friend class DC_SkdCOMGenImpl; }; #include #endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDCOM__HXX