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
Modifier and Type Method Description voidaddAttribute(java.lang.String key, java.lang.Object value)booleanequals(java.lang.Object o)java.lang.ObjectgetAttribute(java.lang.String key)java.util.Map<java.lang.String,java.lang.Object>getAttributes()inthashCode()voidsetAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)java.lang.StringtoString()Methods inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
addContentBlock, getContentBlocks, setContentBlocksMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ContentBlockNodeWithAttributesImpl
public ContentBlockNodeWithAttributesImpl()
-
-
Method Details
-
addAttribute
public void addAttribute(java.lang.String key, java.lang.Object value)- Specified by:
addAttributein interfaceAttributes
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classContentBlockNodeImpl
-
getAttribute
public java.lang.Object getAttribute(java.lang.String key)- Specified by:
getAttributein interfaceAttributes
-
getAttributes
public java.util.Map<java.lang.String,java.lang.Object> getAttributes()- Specified by:
getAttributesin interfaceAttributes
-
setAttributes
public void setAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)- Specified by:
setAttributesin interfaceAttributes
-
hashCode
public int hashCode()- Overrides:
hashCodein classContentBlockNodeImpl
-
toString
public java.lang.String toString()- Overrides:
toStringin classContentBlockNodeImpl
-