public interface ObjectReferenceChangeRecord extends ChangeRecord
Purpose: Provides API for the ObjectReferenceChangeRecord.
Description: This Interface represents changes made in a one to one mapping and other single object reference mappings.
Modifier and Type | Method and Description |
---|---|
ObjectChangeSet |
getNewValue()
ADVANCED:
Returns the new reference for this object
|
java.lang.Object |
getOldValue()
Return the old value of the object reference.
|
getAttribute, getOwner
ObjectChangeSet getNewValue()
java.lang.Object getOldValue()
getOldValue
in interface ChangeRecord