Interface Review

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<Comment> getComments()
      Returns the value of the 'Comments' containment reference list.
      long getCreated()
      Returns the value of the 'Created' attribute.
      String getKey()
      Returns the value of the 'Key' attribute.
      String getMessage()
      Returns the value of the 'Message' attribute.
      String getReviewType()
      Returns the value of the 'Review Type' attribute.
      Severity getSeverity()
      Returns the value of the 'Severity' attribute.
      ReviewState getState()
      Returns the value of the 'State' attribute.
      String getUser()
      Returns the value of the 'User' attribute.
      void setCreated​(long value)
      Sets the value of the 'Created' attribute.
      void setKey​(String value)
      Sets the value of the 'Key' attribute.
      void setMessage​(String value)
      Sets the value of the 'Message' attribute.
      void setReviewType​(String value)
      Sets the value of the 'Review Type' attribute.
      void setSeverity​(Severity value)
      Sets the value of the 'Severity' attribute.
      void setState​(ReviewState value)
      Sets the value of the 'State' attribute.
      void setUser​(String value)
      Sets the value of the 'User' attribute.
      • Methods inherited from interface org.eclipse.emf.cdo.CDOObject

        cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setMessage

        void setMessage​(String value)
        Sets the value of the 'Message' attribute.
        Parameters:
        value - the new value of the 'Message' attribute.
        See Also:
        getMessage()
      • getUser

        String getUser()
        Returns the value of the 'User' attribute.

        If the meaning of the 'User' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'User' attribute.
        See Also:
        setUser(String), PropertiesPackage.getReview_User()
      • setUser

        void setUser​(String value)
        Sets the value of the 'User' attribute.
        Parameters:
        value - the new value of the 'User' attribute.
        See Also:
        getUser()
      • getComments

        org.eclipse.emf.common.util.EList<Comment> getComments()
        Returns the value of the 'Comments' containment reference list. The list contents are of type Comment.

        If the meaning of the 'Comments' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Comments' containment reference list.
        See Also:
        PropertiesPackage.getReview_Comments()
      • setReviewType

        void setReviewType​(String value)
        Sets the value of the 'Review Type' attribute. The kind of the review (human readable)
        Parameters:
        value - the new value of the 'Review Type' attribute.
        See Also:
        getReviewType()
      • setKey

        void setKey​(String value)
        Sets the value of the 'Key' attribute. The property key that this review applies to
        Parameters:
        value - the new value of the 'Key' attribute.
        See Also:
        getKey()
      • setSeverity

        void setSeverity​(Severity value)
        Sets the value of the 'Severity' attribute.
        Parameters:
        value - the new value of the 'Severity' attribute.
        See Also:
        Severity, getSeverity()
      • setCreated

        void setCreated​(long value)
        Sets the value of the 'Created' attribute. when this review was created
        Parameters:
        value - the new value of the 'Created' attribute.
        See Also:
        getCreated()