public class Change extends Object implements Comparable<Change>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Change.Batch
A batch of changes.
|
static interface |
Change.Source<B extends Change.Batch>
Detects changes.
|
| Constructor and Description |
|---|
Change(String entityId,
long revision,
Date timestamp,
long rcid) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Change o) |
String |
entityId()
The entity that changed.
|
long |
rcid()
The rcid of the change.
|
long |
revision()
The revision of the change.
|
Date |
timestamp()
The timestamp of the change.
|
String |
toString() |
public String entityId()
public long revision()
public long rcid()
public Date timestamp()
public int compareTo(Change o)
compareTo in interface Comparable<Change>Copyright © 2015. All rights reserved.