com.bea.wli.worklist.api.events.data
Class TaskUpdatePropertyEvent.ChangedProperty
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskUpdatePropertyEvent.ChangedProperty
public TaskUpdatePropertyEvent.ChangedProperty(String name)
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)