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