NextApp Echo2
v2.1.0.rc2

nextapp.echo2.app.update
Class PropertyUpdate

java.lang.Object
  extended bynextapp.echo2.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.

See Also:
Object.toString()

NextApp Echo2
v2.1.0.rc2