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