void setFloatField(
PersistenceCapable pc,
int field,
float currentValue,
float newValue
)
Mark the field as modified by the user.
- Parameters:
pc- the callingPersistenceCapableinstancefield- the field numbercurrentValue- the current value of the fieldnewValue- the proposed new value of the field
- Since:
- JDO 1.0