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, toString
public Modification()
public RemoteRepository getRemoteRepository()
public void setRemoteRepository(RemoteRepository remoteRepository)
public long getLocalRevision()
AutoTrackLocalRevision
local revision
of the last modification
of this entity.getLocalRevision
in interface AutoTrackLocalRevision
public void setLocalRevision(long revision)
setLocalRevision
in interface AutoTrackLocalRevision
Copyright © 2013-2014. All Rights Reserved.