|
SolarMetric Kodo JDO 3.2.4 generated on January 7 2005 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Accessor for setting and getting the value of a field.
| Method Summary | |
boolean |
equals(Object other)
Equality depends on the owning ClassAccessor and
name and type of the field. |
ClassAccessor |
getClassAccessor()
The owning ClassAccessor for this field. |
String |
getName()
The name of the field. |
Class |
getType()
The type of this field. |
Object |
getValue(Object forObject)
Returns the field's value for the specified object. |
int |
hashCode()
Equality depends on the owning ClassAccessor and
name and type of the field. |
void |
setValue(Object forObject,
Object value)
Set the value of the specified field. |
| Method Detail |
public String getName()
public ClassAccessor getClassAccessor()
ClassAccessor for this field.public Class getType()
public Object getValue(Object forObject)
forObject - the object for which to return the field value
public void setValue(Object forObject,
Object value)
forObject - the object whose field should be setvalue - the new value to apply to the fieldpublic boolean equals(Object other)
ClassAccessor and
name and type of the field.equals in class Objectpublic int hashCode()
ClassAccessor and
name and type of the field.hashCode in class Object
|
SolarMetric Kodo JDO 3.2.4 generated on January 7 2005 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||