public final class Revision extends Object
Represents a revision (tracked change) in a document node or style.
Constructor and Description |
---|
Revision() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets or sets the author of this revision.
|
Date |
getDateTime()
Gets or sets the date/time of this revision.
|
int |
getRevisionType()
Gets or sets type of revision.
|
void |
setAuthor(String value)
Gets or sets the author of this revision.
|
void |
setDateTime(Date value)
Gets or sets the date/time of this revision.
|
void |
setRevisionType(int value)
Gets or sets type of revision.
|
public final String getAuthor()
Gets or sets the author of this revision. Can not be empty string or null.
public final void setAuthor(String value)
Gets or sets the author of this revision. Can not be empty string or null.
public final Date getDateTime()
Gets or sets the date/time of this revision.
public final void setDateTime(Date value)
Gets or sets the date/time of this revision.
public final int getRevisionType()
Gets or sets type of revision.
public final void setRevisionType(int value)
Gets or sets type of revision.