ucot.model
Class Updation

java.lang.Object
  extended by ucot.model.Updation

public class Updation
extends java.lang.Object


Nested Class Summary
static class Updation.UpdationType
           
 
Field Summary
(package private)  Thing thing
           
(package private)  Updation.UpdationType type
           
 
Constructor Summary
Updation(Updation.UpdationType type, Thing thing)
           
 
Method Summary
 Thing getThing()
           
 Updation.UpdationType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

Updation.UpdationType type

thing

Thing thing
Constructor Detail

Updation

public Updation(Updation.UpdationType type,
                Thing thing)
Method Detail

getThing

public Thing getThing()

getType

public Updation.UpdationType getType()