FileDocCategorySizeDatePackage
DirectToFieldChangeRecord.javaAPI DocGlassfish v2 API2471Tue May 22 16:54:16 BST 2007oracle.toplink.essentials.changesets

DirectToFieldChangeRecord

public interface DirectToFieldChangeRecord implements 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.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetNewValue()
ADVANCED: Returns the new value assigned during the change

return
java.lang.Object