//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, ApprSearchCriteria Filename: ApprSearchCriteria.hxx Module: rdv @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__APPRSEARCHCRITERIA__HXX #define TEAMCENTER__APPRSEARCHCRITERIA__HXX #include #include #include #include namespace Teamcenter { class ApprSearchCriteria; } namespace Teamcenter { class ApprSearchCriteriaImpl; } namespace Teamcenter { class ApprSearchCriteriaDelegate; } namespace Teamcenter { class ApprSearchCriteriaDispatch; } namespace Teamcenter { class ApprSearchCriteriaGenImpl; } namespace Teamcenter { class RootObjectImpl; } class RDV_API Teamcenter::ApprSearchCriteria : public ::Teamcenter::POM_object { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a Boolean Property /// @version Teamcenter 9.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0_tso_flag( bool &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0ReturnType( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0RootType( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0TraversalKey( std::string &value, bool &isNull ) const; /// /// Setter for a Boolean Property /// @version Teamcenter 9.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 setFnd0_tso_flag( bool value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ ApprSearchCriteria(); /** * Destructor */ virtual ~ApprSearchCriteria(); private: // Getter method for the Implementation Object ApprSearchCriteriaImpl* getApprSearchCriteriaImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setApprSearchCriteriaImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object ApprSearchCriteriaImpl* m_apprsearchcriteriaImpl; // 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 ApprSearchCriteria - desc for ApprSearchCriteria parameter */ ApprSearchCriteria( const ApprSearchCriteria& ); ApprSearchCriteria& operator=( const ApprSearchCriteria& ); friend class ApprSearchCriteriaDelegate; friend class ApprSearchCriteriaDispatch; friend class ApprSearchCriteriaGenImpl; }; #include #endif // TEAMCENTER__APPRSEARCHCRITERIA__HXX