|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITaggable
Represents an object that can be tagged by values associated with a specific tag object.
| Method Summary | |
|---|---|
Object |
getTag(String key)
Gets the data stored under the given key. |
void |
setTag(String key,
Object value)
Stores data under the given key. |
| Method Detail |
|---|
Object getTag(String key)
This 'tag' can be used to save additional information about the object and retrieve it from the object.
key - The key. May not be null.
setTag(String, Object)
void setTag(String key,
Object value)
This data can be retrieved later from the object through the getTag-method.
key - The key. May not be null.value - The value. May not be null.getTag(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||