|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.plugin.sync.SyncResult
public class SyncResult
The synchronization result.
| Field Summary | |
|---|---|
protected Revision |
revision
The revision that needs to be applied on the client in order to update its content to the latest version. |
protected boolean |
status
The status. |
protected int |
version
The new version. |
| Constructor Summary | |
|---|---|
SyncResult()
|
|
| Method Summary | |
|---|---|
Revision |
getRevision()
|
int |
getVersion()
|
boolean |
isStatus()
|
void |
setRevision(Revision revision)
Sets the revision. |
void |
setStatus(boolean status)
Sets the status. |
void |
setVersion(int version)
Sets the version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Revision revision
protected boolean status
protected int version
| Constructor Detail |
|---|
public SyncResult()
| Method Detail |
|---|
public Revision getRevision()
revisionpublic void setRevision(Revision revision)
revision.
revision - a revisionpublic boolean isStatus()
statuspublic void setStatus(boolean status)
status.
status - the statuspublic int getVersion()
versionpublic void setVersion(int version)
version.
version - the version number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||