Class HeadingImpl
- 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
-
- de.digitalcollections.model.impl.identifiable.parts.structuredcontent.contentblocks.HeadingImpl
-
- All Implemented Interfaces:
ContentBlock,ContentBlockNode,Attributes,Heading
public class HeadingImpl extends ContentBlockNodeWithAttributesImpl implements Heading
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
contentBlocks
-
-
Constructor Summary
Constructors Constructor Description HeadingImpl()HeadingImpl(int level, String text)
-
Method Summary
-
Methods inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeWithAttributesImpl
addAttribute, equals, getAttribute, getAttributes, hashCode, setAttributes, toString
-
Methods inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
addContentBlock, getContentBlocks, setContentBlocks
-
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.contentblocks.Attributes
addAttribute, getAttribute, getAttributes, setAttributes
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.parts.structuredcontent.ContentBlockNode
addContentBlock, getContentBlocks, setContentBlocks
-
-
-
-
Constructor Detail
-
HeadingImpl
public HeadingImpl()
-
HeadingImpl
public HeadingImpl(int level, String text)
-
-