org.granite.tide.data
Class ChangeSet

java.lang.Object
  extended by org.granite.tide.data.ChangeSet
All Implemented Interfaces:
Externalizable, Serializable

public class ChangeSet
extends Object
implements Externalizable

Author:
William DRAI
See Also:
Serialized Form

Constructor Summary
ChangeSet()
           
ChangeSet(Change[] changes)
           
 
Method Summary
 Change[] getChanges()
           
 void readExternal(ObjectInput in)
           
 void setChanges(Change[] changes)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangeSet

public ChangeSet()

ChangeSet

public ChangeSet(Change[] changes)
Method Detail

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