public interface DirectToFieldChangeRecord extends ChangeRecord
Purpose: This interface provides public API to the class responsible for holding the change made to a directToFieldMapping.
Description: This changeRecord stores the value that the direct to field was changed to.
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getNewValue()
ADVANCED:
Returns the new value assigned during the change
|
java.lang.Object |
getOldValue()
ADVANCED:
Return the old value of the attribute represented by this ChangeRecord.
|
getAttribute, getOwner
java.lang.Object getNewValue()
java.lang.Object getOldValue()
getOldValue
in interface ChangeRecord