Class ContentBlockNodeImpl
- java.lang.Object
-
- de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockImpl
-
- de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
-
- All Implemented Interfaces:
ContentBlock,ContentBlockNode
- Direct Known Subclasses:
BlockquoteImpl,BulletListImpl,CodeBlockImpl,ContentBlockNodeWithAttributesImpl,ListItemImpl,ParagraphImpl,TableImpl,TableRowImpl
public abstract class ContentBlockNodeImpl extends ContentBlockImpl implements ContentBlockNode
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ContentBlock>contentBlocks
-
Constructor Summary
Constructors Constructor Description ContentBlockNodeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContentBlock(ContentBlock contentBlock)booleanequals(Object o)List<ContentBlock>getContentBlocks()inthashCode()voidsetContentBlocks(List<ContentBlock> contentBlocks)StringtoString()
-
-
-
Field Detail
-
contentBlocks
protected List<ContentBlock> contentBlocks
-
-
Method Detail
-
getContentBlocks
public List<ContentBlock> getContentBlocks()
- Specified by:
getContentBlocksin interfaceContentBlockNode
-
setContentBlocks
public void setContentBlocks(List<ContentBlock> contentBlocks)
- Specified by:
setContentBlocksin interfaceContentBlockNode
-
addContentBlock
public void addContentBlock(ContentBlock contentBlock)
- Specified by:
addContentBlockin interfaceContentBlockNode
-
-