Class StructuredContentImpl
java.lang.Object
de.digitalcollections.model.impl.identifiable.parts.structuredcontent.StructuredContentImpl
- All Implemented Interfaces:
StructuredContent
public class StructuredContentImpl extends java.lang.Object implements StructuredContent
-
Constructor Summary
Constructors Constructor Description StructuredContentImpl() -
Method Summary
Modifier and Type Method Description java.util.List<ContentBlock>getContentBlocks()voidsetContentBlocks(java.util.List<ContentBlock> contentBlocks)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.digitalcollections.model.api.identifiable.parts.structuredcontent.StructuredContent
addContentBlock
-
Constructor Details
-
StructuredContentImpl
public StructuredContentImpl()
-
-
Method Details
-
getContentBlocks
- Specified by:
getContentBlocksin interfaceStructuredContent
-
setContentBlocks
- Specified by:
setContentBlocksin interfaceStructuredContent
-