ilog.rules.teamserver.model

Class IlrElementVersion

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object o) 
      java.lang.String getComment()
      Gets the comment associated with this version.
      java.lang.String getCreator()
      Gets the creator of the version, that is, the user who committed this version.
      java.util.Date getDate()
      Gets the date when this version was created.
      int hashCode() 
      boolean isDeleted()
      Returns true if this version was created to mark a deleted element.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCreator

        public java.lang.String getCreator()
        Gets the creator of the version, that is, the user who committed this version.
        Returns:
        The name of the user who committed the version.
      • getComment

        public java.lang.String getComment()
        Gets the comment associated with this version.
        Returns:
        Any string.
      • getDate

        public java.util.Date getDate()
        Gets the date when this version was created.
        Returns:
        A date.
      • isDeleted

        public boolean isDeleted()
        Returns true if this version was created to mark a deleted element.
        Returns:
        true if this version was created to mark a deleted element.

© Copyright IBM Corp. 1987, 2015