|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlWithProperties
This interface defines methods for objects that want to carry generic properties.
| Method Summary | |
|---|---|
Object |
getProperty(Object property)
Returns the value of a client property. |
void |
removeProperty(Object name)
Removes the named property. |
void |
setProperty(Object property,
Object value)
Sets the value of a client property. |
| Method Detail |
|---|
void setProperty(Object property,
Object value)
property - Property identifiervalue - Property valueObject getProperty(Object property)
property - Property identifier
void removeProperty(Object name)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||