|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
FieldBridge represents one field for one entity. Life-cycle: Tied to the EntityBridge. Multiplicity: One for each entity bean field.
| Method Summary | |
java.lang.String |
getFieldName()
Gets the name of this field. |
java.lang.Object |
getValue(EntityEnterpriseContext (src) ctx)
Gets the value of this field for the specified instance context. |
void |
setValue(EntityEnterpriseContext (src) ctx,
java.lang.Object value)
Sets the value of this field for the specified instance context. |
| Method Detail |
public java.lang.String getFieldName()
public java.lang.Object getValue(EntityEnterpriseContext (src) ctx)
ctx - the context for which this field's value should be fetched
public void setValue(EntityEnterpriseContext (src) ctx,
java.lang.Object value)
ctx - the context for which this field's value should be setvalue - the new value of this field
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||