public static class Revision.DateSpec extends Revision
Revision.DateSpec, Revision.Kind, Revision.Number
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
revDate
the date
|
private static long |
serialVersionUID |
Constructor and Description |
---|
DateSpec(java.util.Date date)
create a revision by date object
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object target)
compare to revision objects
|
java.util.Date |
getDate()
Returns the date of the revision
|
int |
hashCode() |
java.lang.String |
toString()
return the textual representation of the revision
|
createNumber, getInstance, getInstance, getKind
private static final long serialVersionUID
protected java.util.Date revDate
public DateSpec(java.util.Date date)
date
-