com.bea.wli.worklist.api.events.data
Class TaskUpdateSystemPropertyEvent.ChangedProperty

java.lang.Object
  extended by com.bea.wli.worklist.api.events.data.TaskUpdateSystemPropertyEvent.ChangedProperty
All Implemented Interfaces:
Serializable
Enclosing interface:
TaskUpdateSystemPropertyEvent

public static class TaskUpdateSystemPropertyEvent.ChangedProperty
extends Object
implements Serializable

Class representing a single property that got changed. It contains the name of the property, its old value and its new value.

See Also:
Serialized Form

Constructor Summary
TaskUpdateSystemPropertyEvent.ChangedProperty(SystemProperty prop)
           
 
Method Summary
 SystemProperty getName()
           
 Object getNewValue()
           
 Object getOldValue()
           
 void setName(SystemProperty prop)
           
 void setNewValue(Object newValue)
           
 void setOldValue(Object oldValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskUpdateSystemPropertyEvent.ChangedProperty

public TaskUpdateSystemPropertyEvent.ChangedProperty(SystemProperty prop)
Method Detail

getName

public SystemProperty getName()

setName

public void setName(SystemProperty prop)

getOldValue

public Object getOldValue()

setOldValue

public void setOldValue(Object oldValue)

getNewValue

public Object getNewValue()

setNewValue

public void setNewValue(Object newValue)