public class ChangeSet extends Object implements Externalizable
| Constructor and Description |
|---|
ChangeSet() |
ChangeSet(Change[] changes) |
| Modifier and Type | Method and Description |
|---|---|
Change[] |
getChanges() |
void |
readExternal(ObjectInput in) |
void |
setChanges(Change[] changes) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public Change[] getChanges()
public void setChanges(Change[] changes)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException