//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, RevNextIdField Filename: RevNextIdField.hxx Module: property @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__REVNEXTIDFIELD__HXX #define TEAMCENTER__REVNEXTIDFIELD__HXX #include #include #include #include #include namespace Teamcenter { class RevNextIdField; } namespace Teamcenter { class RevNextIdFieldImpl; } namespace Teamcenter { class RevNextIdFieldDelegate; } namespace Teamcenter { class RevNextIdFieldDispatch; } namespace Teamcenter { class RevNextIdFieldGenImpl; } namespace Teamcenter { class RootObjectImpl; } class PROPERTY_API Teamcenter::RevNextIdField : 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 Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getInit_next_id( std::string &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getRev_name_field_tag( tag_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getSec_next_id( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getSuppl_next_id( std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Tc 8 /// @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 setInit_next_id( const std::string &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Tc 8 /// @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 setRev_name_field_tag( const tag_t &value, bool isNull=false ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setSec_next_id( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setSuppl_next_id( const std::string &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ RevNextIdField(); /** * Destructor */ virtual ~RevNextIdField(); private: // Getter method for the Implementation Object RevNextIdFieldImpl* getRevNextIdFieldImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setRevNextIdFieldImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object RevNextIdFieldImpl* m_revnextidfieldImpl; // 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 RevNextIdField - desc for RevNextIdField parameter */ RevNextIdField( const RevNextIdField& ); RevNextIdField& operator=( const RevNextIdField& ); friend class RevNextIdFieldDelegate; friend class RevNextIdFieldDispatch; friend class RevNextIdFieldGenImpl; }; #include #endif // TEAMCENTER__REVNEXTIDFIELD__HXX