//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, ADSPart_0_Revision_alt Filename: ADSPart_0_Revision_alt.hxx Module: adsfoundation @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__ADSFOUNDATION__ADSPART_0_REVISION_ALT__HXX #define TEAMCENTER__ADSFOUNDATION__ADSPART_0_REVISION_ALT__HXX #include #include #include namespace Teamcenter { namespace adsfoundation { class ADSPart_0_Revision_alt; } } namespace Teamcenter { namespace adsfoundation { class ADSPart_0_Revision_altImpl; } } namespace Teamcenter { namespace adsfoundation { class ADSPart_0_Revision_altDelegate; } } namespace Teamcenter { namespace adsfoundation { class ADSPart_0_Revision_altDispatch; } } namespace Teamcenter { namespace adsfoundation { class ADSPart_0_Revision_altGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class ADSFOUNDATION_API Teamcenter::adsfoundation::ADSPart_0_Revision_alt : public ::Teamcenter::Part_0_Revision_alt { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// dummy_for_adsdesign /// @version Tc 8 /// @return - dummy_for_adsdesign /// int dummy_for_adsdesign( ); /// /// dummy_for_adspartRevision /// @version Tc 8 /// @return - dummy_for_adspartRevision /// int dummy_for_adspartRevision( ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ ADSPart_0_Revision_alt(); /** * Destructor */ virtual ~ADSPart_0_Revision_alt(); private: // Getter method for the Implementation Object ADSPart_0_Revision_altImpl* getADSPart_0_Revision_altImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setADSPart_0_Revision_altImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object ADSPart_0_Revision_altImpl* m_adspart_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 ADSPart_0_Revision_alt - desc for ADSPart_0_Revision_alt parameter */ ADSPart_0_Revision_alt( const ADSPart_0_Revision_alt& ); ADSPart_0_Revision_alt& operator=( const ADSPart_0_Revision_alt& ); friend class ADSPart_0_Revision_altDelegate; friend class ADSPart_0_Revision_altDispatch; friend class ADSPart_0_Revision_altGenImpl; }; #include #endif // TEAMCENTER__ADSFOUNDATION__ADSPART_0_REVISION_ALT__HXX