public class Change extends Object implements Externalizable
| Constructor and Description |
|---|
Change() |
Change(String className,
Serializable id,
Number version,
String uid) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCollectionChanges(String propertyName,
CollectionChange[] collChanges) |
Map<String,Object> |
getChanges() |
String |
getClassName() |
Serializable |
getId() |
String |
getUid() |
Number |
getVersion() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public Change()
public Change(String className, Serializable id, Number version, String uid)
public String getClassName()
public Serializable getId()
public Number getVersion()
public Map<String,Object> getChanges()
public void addCollectionChanges(String propertyName, CollectionChange[] collChanges)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException