|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.api.core.Revision
public final class Revision
A summary of a log entry.
Constructor Summary | |
---|---|
Revision()
Constructor. |
|
Revision(CommandType command,
Username actorUsername,
java.util.Date on,
long index,
java.lang.String comment,
boolean isMajorEdit)
Constructor. |
Method Summary | |
---|---|
Username |
getActorUsername()
Accessor. |
CommandType |
getCommand()
Deprecated. |
java.lang.String |
getComment()
Accessor. |
java.util.Date |
getHappenedOn()
Accessor. |
long |
getIndex()
Accessor. |
boolean |
isMajor()
Accessor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Revision()
public Revision(CommandType command, Username actorUsername, java.util.Date on, long index, java.lang.String comment, boolean isMajorEdit)
command
- The action.actorUsername
- The action's actor.on
- The date of the action.index
- The index of the action.comment
- The comment of the action.isMajorEdit
- Is the action a major edit.Method Detail |
---|
@Deprecated public CommandType getCommand()
public Username getActorUsername()
public java.util.Date getHappenedOn()
public long getIndex()
public java.lang.String getComment()
public boolean isMajor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |