| java.lang.Object nextapp.echo2.app.update.PropertyUpdate
PropertyUpdate | public class PropertyUpdate implements Serializable(Code) | | A description of an update to a property of an object.
|
PropertyUpdate | PropertyUpdate(Object oldValue, Object newValue)(Code) | | Creates a new ProeprtyUpdate .
Parameters: oldValue - the previous value of the property Parameters: newValue - the new value of the property |
getNewValue | public Object getNewValue()(Code) | | Returns the new value of the property.
the new value |
getOldValue | public Object getOldValue()(Code) | | Returns the previous value of the property.
the previous value |
|
|