setBooleanField(pc, field, currentValue, newValue) - JDO StateManager's method
Method javax.jdo.spi.StateManager
void setBooleanField(
PersistenceCapable pc,
int field,
boolean currentValue,
boolean newValue
)
- Parameters:
-
pc
- the callingPersistenceCapable
instance -
field
- the field number -
currentValue
- the current value of the field -
newValue
- the proposed new value of the field
- Since:
- JDO 1.0