Class ContentBlockNodeWithAttributes
- java.lang.Object
-
- de.digitalcollections.model.text.contentblock.ContentBlock
-
- de.digitalcollections.model.text.contentblock.ContentBlockNode
-
- de.digitalcollections.model.text.contentblock.ContentBlockNodeWithAttributes
-
- Direct Known Subclasses:
Heading,OrderedList,TableCell,TableHeader
public abstract class ContentBlockNodeWithAttributes extends ContentBlockNode
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.text.contentblock.ContentBlockNode
contentBlocks
-
-
Constructor Summary
Constructors Constructor Description ContentBlockNodeWithAttributes()
-
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.text.contentblock.ContentBlockNode
addContentBlock, getContentBlocks, setContentBlocks
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classContentBlockNode
-
hashCode
public int hashCode()
- Overrides:
hashCodein classContentBlockNode
-
toString
public String toString()
- Overrides:
toStringin classContentBlockNode
-
-