//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, Mat1Substance Filename: Mat1Substance.hxx Module: mat1materialmgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef MATERIALMGMT__MAT1SUBSTANCE__HXX #define MATERIALMGMT__MAT1SUBSTANCE__HXX #include #include #include #include namespace materialmgmt { class Mat1Substance; } namespace materialmgmt { class Mat1SubstanceImpl; } namespace materialmgmt { class Mat1SubstanceDelegate; } namespace materialmgmt { class Mat1SubstanceDispatch; } namespace materialmgmt { class Mat1SubstanceGenImpl; } namespace Teamcenter { class RootObjectImpl; } class MAT1MATERIALMGMT_API materialmgmt::Mat1Substance : public ::Teamcenter::WorkspaceObject { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Setter for a string Property /// @version Teamcenter 10.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 setMat1external_identifier( const std::string &value, bool isNull=false ); /// /// Setter for a Boolean Property /// @version Teamcenter 10.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 setMat1IsInActive( bool value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 10.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 setMat1unique_identifier( const std::string &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Mat1Substance(); /** * Destructor */ virtual ~Mat1Substance(); private: // Getter method for the Implementation Object Mat1SubstanceImpl* getMat1SubstanceImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setMat1SubstanceImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Mat1SubstanceImpl* m_mat1substanceImpl; // 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 Mat1Substance - desc for Mat1Substance parameter */ Mat1Substance( const Mat1Substance& ); Mat1Substance& operator=( const Mat1Substance& ); friend class Mat1SubstanceDelegate; friend class Mat1SubstanceDispatch; friend class Mat1SubstanceGenImpl; }; #include #endif // MATERIALMGMT__MAT1SUBSTANCE__HXX