public interface UpdateInfo
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
UpdateInfo.UpdateType
Enum representing the different types of 
 update that may occur 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getIndex()
Returns the index of the entity in parent collection 
 | 
java.lang.Object | 
getReplaced()
Return the replaced 
 | 
java.lang.Object | 
getTarget()
Returns the existing value 
 | 
java.lang.Object | 
getUpdates()
Return the updates 
 | 
void | 
setIndex(int pIndex)
Set the index of the entity in parent collection. 
 | 
void | 
setReplaced(java.lang.Object pReplaced)
Set the replaced object. 
 | 
void | 
setTarget(java.lang.Object pTarget)
Set the existing target value. 
 | 
void | 
setUpdates(java.lang.Object pUpdates)
Set the updates. 
 | 
static final java.lang.String CLASS_VERSION
java.lang.Object getTarget()
void setTarget(java.lang.Object pTarget)
the - new target value.int getIndex()
void setIndex(int pIndex)
pIndex - the index to set.java.lang.Object getUpdates()
void setUpdates(java.lang.Object pUpdates)
java.lang.Object getReplaced()
void setReplaced(java.lang.Object pReplaced)