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