|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
| Method Summary | |
void |
addAttribute(String key,
Object value)
Add an attribute with the given name and value |
void |
addAttributes(Map attributeMap)
Add a number of attributes - names and values are given in the map |
void |
deleteAttribute(String key)
Delete a specific attribute |
void |
deleteAttributes(List attributes)
Delete a list of attriubtes |
String |
getAttribute(String key)
Get the value of the attribute with the given key/name |
Map |
getAttributes()
Get a list of all the attributes |
void |
setAttribute(String key,
Object value)
Set the value of an attribute to the given value |
void |
setAttributes(Map attributeMap)
Set a number of attributes - names and values are given in the map |
| Method Detail |
public String getAttribute(String key)
key - The name of the attribute/propertypublic Map getAttributes()
public void setAttribute(String key,
Object value)
key - The key/name for this attributevalue - The value of this attribute, generally a String
public void addAttribute(String key,
Object value)
key - The key/name for this attributevalue - The value of this attribute, generally a Stringpublic void deleteAttribute(String key)
key - The name of the attribute to deletepublic void setAttributes(Map attributeMap)
attributeMap - Map containing the name/value pairs to setpublic void addAttributes(Map attributeMap)
attributeMap - Map containing the name/value pairs to addpublic void deleteAttributes(List attributes)
attributes - A list of attribute names to delete
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||