public static class DataContext.EntityUpdate extends java.lang.Object implements java.lang.Comparable<DataContext.EntityUpdate>
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
entity |
int |
priority |
java.lang.Object |
source |
DataContext.EntityUpdateType |
type |
| Constructor and Description |
|---|
DataContext.EntityUpdate(DataContext.EntityUpdateType type,
java.lang.Object entity,
java.lang.Object source,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DataContext.EntityUpdate u) |
java.lang.Object[] |
toArray() |
public DataContext.EntityUpdateType type
public java.lang.Object entity
public java.lang.Object source
public int priority
public DataContext.EntityUpdate(DataContext.EntityUpdateType type, java.lang.Object entity, java.lang.Object source, int priority)
public int compareTo(DataContext.EntityUpdate u)
compareTo in interface java.lang.Comparable<DataContext.EntityUpdate>public java.lang.Object[] toArray()