Decision Center API

ilog.rules.teamserver.model
Class IlrElementVersion

java.lang.Object
  extended by ilog.rules.teamserver.model.IlrBusinessVersion
      extended by ilog.rules.teamserver.model.IlrElementVersion
All Implemented Interfaces:
Serializable

public class IlrElementVersion
extends IlrBusinessVersion

Version of a Decision Center.

See Also:
Serialized Form

Method Summary
 boolean equals(Object o)
           
 String getComment()
          Gets the comment associated with this version.
 String getCreator()
          Gets the creator of the version, that is, the user who committed this version.
 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 ilog.rules.teamserver.model.IlrBusinessVersion
getMajor, getMinor, getVersion, setMajor, setMinor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCreator

public 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 String getComment()
Gets the comment associated with this version.

Returns:
Any string.

getDate

public 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.

equals

public boolean equals(Object o)
Overrides:
equals in class IlrBusinessVersion

hashCode

public int hashCode()
Overrides:
hashCode in class IlrBusinessVersion

Decision Center API

© Copyright IBM Corp. 1987, 2013