ucot.model
Class Updation
java.lang.Object
ucot.model.Updation
- All Implemented Interfaces:
- java.io.Serializable
public class Updation
- extends java.lang.Object
- implements java.io.Serializable
Class contains updation information about the model.
This message caries information to the observers so they
can act accordingly.
- Author:
- pajumasu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
type
Updation.UpdationType type
dataType
Updation.UpdationDataType dataType
references
java.lang.String[] references
Updation
public Updation(Updation.UpdationType type,
Updation.UpdationDataType dataType)
Updation
public Updation(Updation.UpdationType type,
Updation.UpdationDataType dataType,
java.lang.String... references)
Updation
public Updation(Updation.UpdationType type)
getDataType
public Updation.UpdationDataType getDataType()
getReferences
public java.lang.String[] getReferences()
getType
public Updation.UpdationType getType()