org.granite.tide.data
Class DataContext.EntityUpdate
java.lang.Object
org.granite.tide.data.DataContext.EntityUpdate
- All Implemented Interfaces:
- Comparable<DataContext.EntityUpdate>
- Enclosing class:
- DataContext
public static class DataContext.EntityUpdate
- extends Object
- implements Comparable<DataContext.EntityUpdate>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public DataContext.EntityUpdateType type
entity
public Object entity
priority
public int priority
DataContext.EntityUpdate
public DataContext.EntityUpdate(DataContext.EntityUpdateType type,
Object entity,
int priority)
compareTo
public int compareTo(DataContext.EntityUpdate u)
- Specified by:
compareTo in interface Comparable<DataContext.EntityUpdate>
toArray
public Object[] toArray()