public abstract class Modification extends Entity implements AutoTrackLocalRevision
| Constructor and Description |
|---|
Modification() |
| Modifier and Type | Method and Description |
|---|---|
long |
getLocalRevision()
Get the
local revision of the last modification
of this entity. |
RemoteRepository |
getRemoteRepository()
Gets the remote repository to which this modification must be synced.
|
void |
setLocalRevision(long revision) |
void |
setRemoteRepository(RemoteRepository remoteRepository) |
equals, getChanged, getCreated, getId, hashCode, setChanged, setCreated, toStringpublic Modification()
public RemoteRepository getRemoteRepository()
public void setRemoteRepository(RemoteRepository remoteRepository)
public long getLocalRevision()
AutoTrackLocalRevisionlocal revision of the last modification
of this entity.getLocalRevision in interface AutoTrackLocalRevisionpublic void setLocalRevision(long revision)
setLocalRevision in interface AutoTrackLocalRevisionCopyright © 2013-2014. All Rights Reserved.