org.granite.tide.data
Class ChangeSet
java.lang.Object
org.granite.tide.data.ChangeSet
- All Implemented Interfaces:
- Externalizable, Serializable
public class ChangeSet
- extends Object
- implements Externalizable
- Author:
- William DRAI
- See Also:
- Serialized Form
ChangeSet
public ChangeSet()
ChangeSet
public ChangeSet(Change[] changes)
getChanges
public Change[] getChanges()
setChanges
public void setChanges(Change[] changes)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException