NextApp Echo3
v3.0.b4

nextapp.echo.app.update
Class PropertyUpdate

java.lang.Object
  extended by nextapp.echo.app.update.PropertyUpdate
All Implemented Interfaces:
java.io.Serializable

public class PropertyUpdate
extends java.lang.Object
implements java.io.Serializable

A description of an update to a property of an object.

See Also:
Serialized Form

Method Summary
 java.lang.Object getNewValue()
          Returns the new value of the property.
 java.lang.Object getOldValue()
          Returns the previous value of the property.
 java.lang.String toString()
          Display a debug representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getNewValue

public java.lang.Object getNewValue()
Returns the new value of the property.

Returns:
the new value

getOldValue

public java.lang.Object getOldValue()
Returns the previous value of the property.

Returns:
the previous value

toString

public java.lang.String toString()
Display a debug representation.

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

NextApp Echo3
v3.0.b4