public abstract class BeanWithAttributes extends Object
| Constructor and Description |
|---|
BeanWithAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key) |
String |
getAttributes() |
Map<String,Object> |
getAttributesMap() |
void |
removeAttribute(String key) |
void |
setAttribute(String key,
Object value) |
void |
setAttributes(String attributes) |
void |
setAttributesMap(Map<String,Object> attributesMap) |
Copyright © 2018–2019 Butor Inc.. All rights reserved.