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

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

public static class TaskUpdatePropertyEvent.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
TaskUpdatePropertyEvent.ChangedProperty(String name)
           
 
Method Summary
 String getName()
           
 PropertyInstance getNewValue()
           
 PropertyInstance getOldValue()
           
 void setName(String name)
           
 void setNewValue(PropertyInstance newValue)
           
 void setOldValue(PropertyInstance oldValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskUpdatePropertyEvent.ChangedProperty

public TaskUpdatePropertyEvent.ChangedProperty(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getOldValue

public PropertyInstance getOldValue()

setOldValue

public void setOldValue(PropertyInstance oldValue)

getNewValue

public PropertyInstance getNewValue()

setNewValue

public void setNewValue(PropertyInstance newValue)