Purpose: To record the changes for attributes that can be represented as DirectToField
This default constructor is reference internally by SDK XML project to mapp this class super();
super();
This constructor returns a changeRecord representing the DirectToField mappingparamowner prototype.changeset.ObjectChangeSet that ObjectChangeSet that uses this record this.owner = owner;
this.owner = owner;
ADVANCED: Returns the new value assigned during the changereturnjava.lang.Object return newValue;
return newValue;
INTERNAL: This method will be used to merge one record into another this.newValue = ((DirectToFieldChangeRecord)mergeFromRecord).getNewValue();
this.newValue = ((DirectToFieldChangeRecord)mergeFromRecord).getNewValue();
ADVANCED: Sets the new value assigned during the changeparamnewValue java.lang.Object this.newValue = newValue;
this.newValue = newValue;
INTERNAL: used by the record to update the new value ignores the value in the default implementation setNewValue(newValue);
setNewValue(newValue);
INTERNAL: This method will be used to update the objectsChangeSets references