//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_SkdIPRF Filename: DC_SkdIPRF.hxx Module: contmgmts1000d @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDIPRF__HXX #define TEAMCENTER__CONTMGMTS1000D__DC_SKDIPRF__HXX #include #include #include namespace Teamcenter { namespace contmgmts1000d { class DC_SkdIPRF; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdIPRFImpl; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdIPRFDelegate; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdIPRFDispatch; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdIPRFGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class CONTMGMTS1000D_API Teamcenter::contmgmts1000d::DC_SkdIPRF : 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_SkdIPRF(); /** * Destructor */ virtual ~DC_SkdIPRF(); private: // Getter method for the Implementation Object DC_SkdIPRFImpl* getDC_SkdIPRFImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setDC_SkdIPRFImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object DC_SkdIPRFImpl* m_dc_skdiprfImpl; // 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_SkdIPRF - desc for DC_SkdIPRF parameter */ DC_SkdIPRF( const DC_SkdIPRF& ); DC_SkdIPRF& operator=( const DC_SkdIPRF& ); friend class DC_SkdIPRFDelegate; friend class DC_SkdIPRFDispatch; friend class DC_SkdIPRFGenImpl; }; #include #endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDIPRF__HXX