//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 Filename: ADSDesign.hxx Module: adsfoundation @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__ADSFOUNDATION__ADSDESIGN__HXX #define TEAMCENTER__ADSFOUNDATION__ADSDESIGN__HXX #include #include #include #include namespace Teamcenter { namespace adsfoundation { class ADSDesign; } } namespace Teamcenter { namespace adsfoundation { class ADSDesignImpl; } } namespace Teamcenter { namespace adsfoundation { class ADSDesignDelegate; } } namespace Teamcenter { namespace adsfoundation { class ADSDesignDispatch; } } namespace Teamcenter { namespace adsfoundation { class ADSDesignGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class ADSFOUNDATION_API Teamcenter::adsfoundation::ADSDesign : public ::Teamcenter::Design { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Setter for a string Property /// @version Teamcenter 11.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setAdssource_doc_category( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setAdssource_tdoc_category( const std::string &value, bool isNull=false ); /// /// dummy_for_adsdesign /// @version Tc 8 /// @return - dummy_for_adsdesign /// int dummy_for_adsdesign( ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ ADSDesign(); /** * Destructor */ virtual ~ADSDesign(); private: // Getter method for the Implementation Object ADSDesignImpl* getADSDesignImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setADSDesignImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object ADSDesignImpl* m_adsdesignImpl; // 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 - desc for ADSDesign parameter */ ADSDesign( const ADSDesign& ); ADSDesign& operator=( const ADSDesign& ); friend class ADSDesignDelegate; friend class ADSDesignDispatch; friend class ADSDesignGenImpl; }; #include #endif // TEAMCENTER__ADSFOUNDATION__ADSDESIGN__HXX