ucot.model
Class Updation

java.lang.Object
  extended by 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

Nested Class Summary
static class Updation.UpdationDataType
          Contains information about the type beign changed.
static class Updation.UpdationType
          Contains information about the updation type.
 
Field Summary
(package private)  Updation.UpdationDataType dataType
           
(package private)  java.lang.String[] references
           
static long serialVersionUID
           
(package private)  Updation.UpdationType type
           
 
Constructor Summary
Updation(Updation.UpdationType type)
           
Updation(Updation.UpdationType type, Updation.UpdationDataType dataType)
           
Updation(Updation.UpdationType type, Updation.UpdationDataType dataType, java.lang.String... references)
           
 
Method Summary
 Updation.UpdationDataType getDataType()
           
 java.lang.String[] getReferences()
           
 Updation.UpdationType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

type

Updation.UpdationType type

dataType

Updation.UpdationDataType dataType

references

java.lang.String[] references
Constructor Detail

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)
Method Detail

getDataType

public Updation.UpdationDataType getDataType()

getReferences

public java.lang.String[] getReferences()

getType

public Updation.UpdationType getType()