|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IField
The generic field interface..
Method Summary | |
---|---|
java.lang.String |
getAlias()
|
IMapping |
getMapping()
Get the mapping this field is in |
java.lang.String |
getName()
|
java.lang.Class |
getType()
|
java.lang.Object |
getValue(java.lang.Object object)
|
boolean |
isReadOnly()
|
void |
setProperty(java.lang.String name,
java.lang.String value)
Set the property for the mapping |
java.lang.Object |
setValue(java.lang.Object object,
java.lang.Object value)
Sets the value of the object |
Method Detail |
---|
java.lang.String getName()
java.lang.String getAlias()
java.lang.Object setValue(java.lang.Object object, java.lang.Object value)
object
- the object to set the value onvalue
- the value to set
java.lang.Object getValue(java.lang.Object object)
object
- the object to get the value from
boolean isReadOnly()
java.lang.Class getType()
IMapping getMapping()
void setProperty(java.lang.String name, java.lang.String value)
name
- the name of the propertyvalue
- the value of the property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |