|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Summary interface represents a generic container for
summary objects suitable for display.
Summariser| Method Summary | |
Object |
get(String name)
A natural partner to get, allows you to retrieve the value
for the named property. |
void |
set(String name,
Object value)
Set a property, given a name and a value. |
| Method Detail |
public void set(String name,
Object value)
name - The name of the property to set.value - The value of the named property.public Object get(String name)
get, allows you to retrieve the value
for the named property.
name - The name of the property whose value you want.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||