//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, Fnd0ProxyTask Filename: Fnd0ProxyTask.hxx Module: schmgt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0PROXYTASK__HXX #define TEAMCENTER__FND0PROXYTASK__HXX #include #include #include #include #include namespace Teamcenter { class Fnd0ProxyTask; } namespace Teamcenter { class Fnd0ProxyTaskImpl; } namespace Teamcenter { class Fnd0ProxyTaskDelegate; } namespace Teamcenter { class Fnd0ProxyTaskDispatch; } namespace Teamcenter { class Fnd0ProxyTaskGenImpl; } namespace Teamcenter { class RootObjectImpl; } class SCHMGT_API Teamcenter::Fnd0ProxyTask : public ::Teamcenter::WorkspaceObject { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for an Integer Property /// @version Teamcenter 9 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0constraint( int &value, bool &isNull ) const; /// /// Getter for a Date Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0finish_date( date_t &value, bool &isNull ) const; /// /// Getter for a Double Property /// @version Teamcenter 9 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0percent_complete( double &value, bool &isNull ) const; /// /// Getter for a Double Property /// @version Teamcenter 9 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0percent_work_complete( double &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0ref( tag_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0sched_name( std::string &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0schedule_tag( tag_t &value, bool &isNull ) const; /// /// Getter for a Date Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0start_date( date_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0status( std::string &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0task_tag( tag_t &value, bool &isNull ) const; /// /// Getter for an Integer Property /// @version Teamcenter 9 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0type( int &value, bool &isNull ) const; /// /// Getter for an Integer Property /// @version Teamcenter 11.4 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0WhatIfMode( int &value, bool &isNull ) const; /// /// Setter for an Integer Property /// @version Teamcenter 9 /// @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 setFnd0constraint( int value, bool isNull=false ); /// /// Setter for a Date Property /// @version Teamcenter 9 /// @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 setFnd0finish_date( const date_t &value, bool isNull=false ); /// /// Setter for a Double Property /// @version Teamcenter 9 /// @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 setFnd0percent_complete( double value, bool isNull=false ); /// /// Setter for a Double Property /// @version Teamcenter 9 /// @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 setFnd0percent_work_complete( double value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 9 /// @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 setFnd0ref( const tag_t &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 9 /// @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 setFnd0sched_name( const std::string &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 9 /// @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 setFnd0schedule_tag( const tag_t &value, bool isNull=false ); /// /// Setter for a Date Property /// @version Teamcenter 9 /// @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 setFnd0start_date( const date_t &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 9 /// @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 setFnd0status( const std::string &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 9 /// @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 setFnd0task_tag( const tag_t &value, bool isNull=false ); /// /// Setter for an Integer Property /// @version Teamcenter 9 /// @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 setFnd0type( int value, bool isNull=false ); /// /// Setter for an Integer Property /// @version Teamcenter 11.4 /// @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 setFnd0WhatIfMode( int value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Fnd0ProxyTask(); /** * Destructor */ virtual ~Fnd0ProxyTask(); private: // Getter method for the Implementation Object Fnd0ProxyTaskImpl* getFnd0ProxyTaskImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0ProxyTaskImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0ProxyTaskImpl* m_fnd0proxytaskImpl; // 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 Fnd0ProxyTask - desc for Fnd0ProxyTask parameter */ Fnd0ProxyTask( const Fnd0ProxyTask& ); Fnd0ProxyTask& operator=( const Fnd0ProxyTask& ); friend class Fnd0ProxyTaskDelegate; friend class Fnd0ProxyTaskDispatch; friend class Fnd0ProxyTaskGenImpl; }; #include #endif // TEAMCENTER__FND0PROXYTASK__HXX