//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, Fnd0UIConfigOrderRel Filename: Fnd0UIConfigOrderRel.hxx Module: uiconfig @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0UICONFIGORDERREL__HXX #define TEAMCENTER__FND0UICONFIGORDERREL__HXX #include #include #include #include namespace Teamcenter { class Fnd0UIConfigOrderRel; } namespace Teamcenter { class Fnd0UIConfigOrderRelImpl; } namespace Teamcenter { class Fnd0UIConfigOrderRelDelegate; } namespace Teamcenter { class Fnd0UIConfigOrderRelDispatch; } namespace Teamcenter { class Fnd0UIConfigOrderRelGenImpl; } namespace Teamcenter { class RootObjectImpl; } class UICONFIG_API Teamcenter::Fnd0UIConfigOrderRel : public ::Teamcenter::POM_object { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a Tag Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0Client( tag_t &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 9.1.3 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0Hidden( bool &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0PrimaryObject( tag_t &value, bool &isNull ) const; /// /// Getter for an Integer Property /// @version Teamcenter 9.1.3 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0Priority( int &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0Scope( tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0SecondaryObject( tag_t &value, bool &isNull ) const; /// /// Setter for a Tag Property /// @version Teamcenter 9.1.3 /// @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 setFnd0Client( const tag_t &value, bool isNull=false ); /// /// Setter for a Boolean Property /// @version Teamcenter 9.1.3 /// @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 setFnd0Hidden( bool value, bool isNull=false ); /// /// Setter for an Integer Property /// @version Teamcenter 9.1.3 /// @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 setFnd0Priority( int value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 9.1.3 /// @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 setFnd0Scope( const tag_t &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Fnd0UIConfigOrderRel(); /** * Destructor */ virtual ~Fnd0UIConfigOrderRel(); private: // Getter method for the Implementation Object Fnd0UIConfigOrderRelImpl* getFnd0UIConfigOrderRelImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0UIConfigOrderRelImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0UIConfigOrderRelImpl* m_fnd0uiconfigorderrelImpl; // 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 Fnd0UIConfigOrderRel - desc for Fnd0UIConfigOrderRel parameter */ Fnd0UIConfigOrderRel( const Fnd0UIConfigOrderRel& ); Fnd0UIConfigOrderRel& operator=( const Fnd0UIConfigOrderRel& ); friend class Fnd0UIConfigOrderRelDelegate; friend class Fnd0UIConfigOrderRelDispatch; friend class Fnd0UIConfigOrderRelGenImpl; }; #include #endif // TEAMCENTER__FND0UICONFIGORDERREL__HXX