//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, Mdl0VariationInModel Filename: Mdl0VariationInModel.hxx Module: mdl0model @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__APPMODEL__MDL0VARIATIONINMODEL__HXX #define TEAMCENTER__APPMODEL__MDL0VARIATIONINMODEL__HXX #include #include #include #include #include namespace Teamcenter { namespace AppModel { class Mdl0VariationInModel; } } namespace Teamcenter { namespace AppModel { class Mdl0VariationInModelImpl; } } namespace Teamcenter { namespace AppModel { class Mdl0VariationInModelDelegate; } } namespace Teamcenter { namespace AppModel { class Mdl0VariationInModelDispatch; } } namespace Teamcenter { namespace AppModel { class Mdl0VariationInModelGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class MDL0MODEL_API Teamcenter::AppModel::Mdl0VariationInModel : public ::Teamcenter::POM_object { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a string Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMdl0configurator_URL( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMdl0description( std::string &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMdl0model( tag_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMdl0name( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMdl0product_name( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMdl0product_namespace( std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 9 /// @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 setMdl0configurator_URL( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 9 /// @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 setMdl0description( const std::string &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 9 /// @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 setMdl0model( const tag_t &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 9 /// @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 setMdl0name( const std::string &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Mdl0VariationInModel(); /** * Destructor */ virtual ~Mdl0VariationInModel(); private: // Getter method for the Implementation Object Mdl0VariationInModelImpl* getMdl0VariationInModelImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setMdl0VariationInModelImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Mdl0VariationInModelImpl* m_mdl0variationinmodelImpl; // 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 Mdl0VariationInModel - desc for Mdl0VariationInModel parameter */ Mdl0VariationInModel( const Mdl0VariationInModel& ); Mdl0VariationInModel& operator=( const Mdl0VariationInModel& ); friend class Mdl0VariationInModelDelegate; friend class Mdl0VariationInModelDispatch; friend class Mdl0VariationInModelGenImpl; }; #include #endif // TEAMCENTER__APPMODEL__MDL0VARIATIONINMODEL__HXX