|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.domain.RevisionMetadata
public final class RevisionMetadata
Metadata describing a revision.
Constructor Summary | |
---|---|
RevisionMetadata(java.util.Date timestamp,
UserEntity actor,
boolean majorChange,
java.lang.String comment)
Constructor. |
Method Summary | |
---|---|
UserEntity |
getActor()
Accessor. |
java.lang.String |
getComment()
Accessor. |
java.util.Date |
getTimestamp()
Accessor. |
boolean |
isMajorChange()
Accessor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevisionMetadata(java.util.Date timestamp, UserEntity actor, boolean majorChange, java.lang.String comment)
timestamp
- The timestamp of the revision.actor
- The user causing the change.majorChange
- The boolean flag of the major change.comment
- The comment of the revision.Method Detail |
---|
public java.util.Date getTimestamp()
public UserEntity getActor()
public boolean isMajorChange()
public java.lang.String getComment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |