//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, Fnd0OccEffValue Filename: Fnd0OccEffValue.hxx Module: ps @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0OCCEFFVALUE__HXX #define TEAMCENTER__FND0OCCEFFVALUE__HXX #include #include #include #include #include namespace Teamcenter { class Fnd0OccEffValue; } namespace Teamcenter { class Fnd0OccEffValueImpl; } namespace Teamcenter { class Fnd0OccEffValueDelegate; } namespace Teamcenter { class Fnd0OccEffValueDispatch; } namespace Teamcenter { class Fnd0OccEffValueGenImpl; } namespace Teamcenter { class RootObjectImpl; } class PS_API Teamcenter::Fnd0OccEffValue : 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 11.2.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0BeforeEff( 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 getFnd0EffProposal( std::string &value, bool &isNull ) const; /// /// Getter for a Boolean 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 getFnd0IsOverride( bool &value, bool &isNull ) const; /// /// Getter for a Tag 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 getFnd0OccThread( tag_t &value, bool &isNull ) const; /// /// Getter for a Tag 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 getFnd0OwningCutback( tag_t &value, bool &isNull ) const; /// /// Getter for a Tag 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 getFnd0PrimaryEff( tag_t &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 getFnd0StatusStr( std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 11.2.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 setFnd0BeforeEff( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.2.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 setFnd0EffProposal( const std::string &value, bool isNull=false ); /// /// Setter for a Boolean Property /// @version Teamcenter 11.2.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 setFnd0IsOverride( bool value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 11.2.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 setFnd0OccThread( const tag_t &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 11.2.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 setFnd0OwningCutback( const tag_t &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 11.2.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 setFnd0PrimaryEff( const tag_t &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.2.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 setFnd0StatusStr( const std::string &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Fnd0OccEffValue(); /** * Destructor */ virtual ~Fnd0OccEffValue(); private: // Getter method for the Implementation Object Fnd0OccEffValueImpl* getFnd0OccEffValueImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0OccEffValueImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0OccEffValueImpl* m_fnd0occeffvalueImpl; // 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 Fnd0OccEffValue - desc for Fnd0OccEffValue parameter */ Fnd0OccEffValue( const Fnd0OccEffValue& ); Fnd0OccEffValue& operator=( const Fnd0OccEffValue& ); friend class Fnd0OccEffValueDelegate; friend class Fnd0OccEffValueDispatch; friend class Fnd0OccEffValueGenImpl; }; #include #endif // TEAMCENTER__FND0OCCEFFVALUE__HXX