public interface FieldBridge
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Gets the name of this field.
|
Object |
getValue(CmpEntityBeanContext ctx)
Gets the value of this field for the specified instance context.
|
void |
setValue(CmpEntityBeanContext ctx,
Object value)
Sets the value of this field for the specified instance context.
|
String getFieldName()
Object getValue(CmpEntityBeanContext ctx)
ctx
- the context for which this field's value should be fetchedvoid setValue(CmpEntityBeanContext ctx, Object value)
ctx
- the context for which this field's value should be setvalue
- the new value of this fieldCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.