Class ContentBlockWithAttributesImpl
- java.lang.Object
-
- de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockImpl
-
- de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockWithAttributesImpl
-
- All Implemented Interfaces:
ContentBlock,Attributes
- Direct Known Subclasses:
IFrameImpl
public abstract class ContentBlockWithAttributesImpl extends ContentBlockImpl implements Attributes
-
-
Constructor Summary
Constructors Constructor Description ContentBlockWithAttributesImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttribute(String key, Object value)booleanequals(Object o)ObjectgetAttribute(String key)Map<String,Object>getAttributes()inthashCode()voidsetAttributes(Map<String,Object> attributes)StringtoString()
-
-
-
Method Detail
-
addAttribute
public void addAttribute(String key, Object value)
- Specified by:
addAttributein interfaceAttributes
-
getAttribute
public Object getAttribute(String key)
- Specified by:
getAttributein interfaceAttributes
-
getAttributes
public Map<String,Object> getAttributes()
- Specified by:
getAttributesin interfaceAttributes
-
setAttributes
public void setAttributes(Map<String,Object> attributes)
- Specified by:
setAttributesin interfaceAttributes
-
-