org.granite.tide.data
Class ChangeRef
java.lang.Object
org.granite.tide.data.ChangeRef
- All Implemented Interfaces:
- Externalizable, Serializable
public class ChangeRef
- extends Object
- implements Externalizable
- Author:
- William DRAI
- See Also:
- Serialized Form
ChangeRef
public ChangeRef()
ChangeRef
public ChangeRef(String className,
String uid,
Serializable id)
getClassName
public String getClassName()
getUid
public String getUid()
getId
public Serializable getId()
toString
public String toString()
- Overrides:
toString in class Object
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException