//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, ADSDesign_0_Revision_alt Filename: ADSDesign_0_Revision_alt.hxx Module: adsfoundation @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__ADSFOUNDATION__ADSDESIGN_0_REVISION_ALT__HXX #define TEAMCENTER__ADSFOUNDATION__ADSDESIGN_0_REVISION_ALT__HXX #include #include #include namespace Teamcenter { namespace adsfoundation { class ADSDesign_0_Revision_alt; } } namespace Teamcenter { namespace adsfoundation { class ADSDesign_0_Revision_altImpl; } } namespace Teamcenter { namespace adsfoundation { class ADSDesign_0_Revision_altDelegate; } } namespace Teamcenter { namespace adsfoundation { class ADSDesign_0_Revision_altDispatch; } } namespace Teamcenter { namespace adsfoundation { class ADSDesign_0_Revision_altGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class ADSFOUNDATION_API Teamcenter::adsfoundation::ADSDesign_0_Revision_alt : public ::Teamcenter::Design_0_Revision_alt { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// dummy_for_adsdesignRevision /// @version Tc 8 /// @return - dummy_for_adsdesignRevision /// int dummy_for_adsdesignRevision( ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ ADSDesign_0_Revision_alt(); /** * Destructor */ virtual ~ADSDesign_0_Revision_alt(); private: // Getter method for the Implementation Object ADSDesign_0_Revision_altImpl* getADSDesign_0_Revision_altImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setADSDesign_0_Revision_altImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object ADSDesign_0_Revision_altImpl* m_adsdesign_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 ADSDesign_0_Revision_alt - desc for ADSDesign_0_Revision_alt parameter */ ADSDesign_0_Revision_alt( const ADSDesign_0_Revision_alt& ); ADSDesign_0_Revision_alt& operator=( const ADSDesign_0_Revision_alt& ); friend class ADSDesign_0_Revision_altDelegate; friend class ADSDesign_0_Revision_altDispatch; friend class ADSDesign_0_Revision_altGenImpl; }; #include #endif // TEAMCENTER__ADSFOUNDATION__ADSDESIGN_0_REVISION_ALT__HXX