//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, IssueReportRevision Filename: IssueReportRevision.hxx Module: issuemgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__ISSUEMGMT__ISSUEREPORTREVISION__HXX #define TEAMCENTER__ISSUEMGMT__ISSUEREPORTREVISION__HXX #include #include #include #include #include namespace Teamcenter { namespace issuemgmt { class IssueReportRevision; } } namespace Teamcenter { namespace issuemgmt { class IssueReportRevisionImpl; } } namespace Teamcenter { namespace issuemgmt { class IssueReportRevisionDelegate; } } namespace Teamcenter { namespace issuemgmt { class IssueReportRevisionDispatch; } } namespace Teamcenter { namespace issuemgmt { class IssueReportRevisionGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class ISSUEMGMT_API Teamcenter::issuemgmt::IssueReportRevision : public ::Teamcenter::ProblemReportRevision { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a Tag Property /// @version Teamcenter 8.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAssigned_user( tag_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getDesign_review_gate( std::string &value, bool &isNull ) const; /// /// Getter for a Date Property /// @version Teamcenter 8.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getDue_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 getIsm0ClearanceDbId( std::string &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 getIsm0ClearanceId( int &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 getIsm0marker_X( 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 getIsm0marker_Y( 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 getIsm0marker_Z( 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 getIsm0NonembeddedApp( 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 getIsm0RacApplicationId( std::string &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 getIsm0RacPerspectiveId( std::string &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 getIsm0status( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getIssue_category( std::string &value, bool &isNull ) const; /// /// Setter for a Tag Property /// @version Teamcenter 8.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 setAssigned_user( const tag_t &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 8.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 setDesign_review_gate( const std::string &value, bool isNull=false ); /// /// Setter for a Date Property /// @version Teamcenter 8.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 setDue_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 setIsm0ClearanceDbId( const std::string &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 setIsm0ClearanceId( int 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 setIsm0marker_X( 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 setIsm0marker_Y( 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 setIsm0marker_Z( 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 setIsm0NonembeddedApp( 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 setIsm0RacApplicationId( const std::string &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 setIsm0RacPerspectiveId( const std::string &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 setIsm0status( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 8.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 setIssue_category( const std::string &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ IssueReportRevision(); /** * Destructor */ virtual ~IssueReportRevision(); private: // Getter method for the Implementation Object IssueReportRevisionImpl* getIssueReportRevisionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setIssueReportRevisionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object IssueReportRevisionImpl* m_issuereportrevisionImpl; // 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 IssueReportRevision - desc for IssueReportRevision parameter */ IssueReportRevision( const IssueReportRevision& ); IssueReportRevision& operator=( const IssueReportRevision& ); friend class IssueReportRevisionDelegate; friend class IssueReportRevisionDispatch; friend class IssueReportRevisionGenImpl; }; #include #endif // TEAMCENTER__ISSUEMGMT__ISSUEREPORTREVISION__HXX