public abstract class ContentBlockWithAttributesImpl extends ContentBlockImpl implements Attributes
| Constructor and Description |
|---|
ContentBlockWithAttributesImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String key,
Object value) |
boolean |
equals(Object o) |
Object |
getAttribute(String key) |
Map<String,Object> |
getAttributes() |
int |
hashCode() |
void |
setAttributes(Map<String,Object> attributes) |
String |
toString() |
public void addAttribute(String key, Object value)
addAttribute in interface Attributespublic Object getAttribute(String key)
getAttribute in interface Attributespublic Map<String,Object> getAttributes()
getAttributes in interface Attributespublic void setAttributes(Map<String,Object> attributes)
setAttributes in interface AttributesCopyright © 2019. All rights reserved.