//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, ADSDrawing_0_Revision_alt Filename: ADSDrawing_0_Revision_alt.hxx Module: adsfoundation @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__ADSFOUNDATION__ADSDRAWING_0_REVISION_ALT__HXX #define TEAMCENTER__ADSFOUNDATION__ADSDRAWING_0_REVISION_ALT__HXX #include #include #include namespace Teamcenter { namespace adsfoundation { class ADSDrawing_0_Revision_alt; } } namespace Teamcenter { namespace adsfoundation { class ADSDrawing_0_Revision_altImpl; } } namespace Teamcenter { namespace adsfoundation { class ADSDrawing_0_Revision_altDelegate; } } namespace Teamcenter { namespace adsfoundation { class ADSDrawing_0_Revision_altDispatch; } } namespace Teamcenter { namespace adsfoundation { class ADSDrawing_0_Revision_altGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class ADSFOUNDATION_API Teamcenter::adsfoundation::ADSDrawing_0_Revision_alt : public ::Teamcenter::Drawing_0_Revision_alt { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// dummy_for_adsDrawingRevision /// @version Tc 8 /// @return - dummy_for_adsDrawingRevision /// int dummy_for_adsDrawingRevision( ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ ADSDrawing_0_Revision_alt(); /** * Destructor */ virtual ~ADSDrawing_0_Revision_alt(); private: // Getter method for the Implementation Object ADSDrawing_0_Revision_altImpl* getADSDrawing_0_Revision_altImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setADSDrawing_0_Revision_altImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object ADSDrawing_0_Revision_altImpl* m_adsdrawing_0_revision_altImpl; // 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 ADSDrawing_0_Revision_alt - desc for ADSDrawing_0_Revision_alt parameter */ ADSDrawing_0_Revision_alt( const ADSDrawing_0_Revision_alt& ); ADSDrawing_0_Revision_alt& operator=( const ADSDrawing_0_Revision_alt& ); friend class ADSDrawing_0_Revision_altDelegate; friend class ADSDrawing_0_Revision_altDispatch; friend class ADSDrawing_0_Revision_altGenImpl; }; #include #endif // TEAMCENTER__ADSFOUNDATION__ADSDRAWING_0_REVISION_ALT__HXX