Class MutableAttributeChange
java.lang.Object
org.apache.cayenne.commitlog.model.MutableAttributeChange
- All Implemented Interfaces:
AttributeChange, PropertyChange
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(PropertyChangeVisitor<T> visitor) voidsetNewValue(Object value) voidsetOldValue(Object oldValue)
-
Constructor Details
-
MutableAttributeChange
public MutableAttributeChange()
-
-
Method Details
-
accept
- Specified by:
acceptin interfacePropertyChange
-
setOldValue
-
setNewValue
-
getOldValue
- Specified by:
getOldValuein interfaceAttributeChange
-
getNewValue
- Specified by:
getNewValuein interfaceAttributeChange
-