Class ContentBlockNodeWithAttributesImpl
- java.lang.Object
-
- de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockImpl
-
- de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
-
- de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeWithAttributesImpl
-
- All Implemented Interfaces:
ContentBlock,ContentBlockNode,Attributes
- Direct Known Subclasses:
HeadingImpl,OrderedListImpl,TableCellImpl,TableHeaderImpl
public abstract class ContentBlockNodeWithAttributesImpl extends ContentBlockNodeImpl implements Attributes
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
contentBlocks
-
-
Constructor Summary
Constructors Constructor Description ContentBlockNodeWithAttributesImpl()
-
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()-
Methods inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
addContentBlock, getContentBlocks, setContentBlocks
-
-
-
-
Method Detail
-
addAttribute
public void addAttribute(String key, Object value)
- Specified by:
addAttributein interfaceAttributes
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classContentBlockNodeImpl
-
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
-
hashCode
public int hashCode()
- Overrides:
hashCodein classContentBlockNodeImpl
-
toString
public String toString()
- Overrides:
toStringin classContentBlockNodeImpl
-
-