Class ParagraphImpl
- 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.contentblocks.ParagraphImpl
-
- All Implemented Interfaces:
ContentBlock,ContentBlockNode,Paragraph
public class ParagraphImpl extends ContentBlockNodeImpl implements Paragraph
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
contentBlocks
-
-
Constructor Summary
Constructors Constructor Description ParagraphImpl()ParagraphImpl(String text)
-
Method Summary
-
Methods inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
addContentBlock, equals, getContentBlocks, hashCode, setContentBlocks, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.parts.structuredcontent.ContentBlockNode
addContentBlock, getContentBlocks, setContentBlocks
-
-
-
-
Constructor Detail
-
ParagraphImpl
public ParagraphImpl()
-
ParagraphImpl
public ParagraphImpl(String text)
-
-