org.apache.cayenne.lifecycle.changeset
Class PropertyChange

java.lang.Object
  extended by org.apache.cayenne.lifecycle.changeset.PropertyChange

public class PropertyChange
extends Object

A change to a single object property.

Since:
3.1

Method Summary
 Object getNewValue()
           
 Object getOldValue()
           
 String getPropertyName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOldValue

public Object getOldValue()

getNewValue

public Object getNewValue()

getPropertyName

public String getPropertyName()


Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.