public interface Attributes
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes()
Returns all attributes associated with this object.
|
void |
setAttributes(Map<String,String> attributes)
Sets the given attributes.
|
Map<String,String> getAttributes()
void setAttributes(Map<String,String> attributes)
attributes
- A map of all attribute identifiers to their corresponding values.Copyright © 2018. All rights reserved.