public abstract class NodeContentBlockImpl extends ContentBlockImpl implements NodeContentBlock
| Modifier and Type | Field and Description |
|---|---|
protected List<ContentBlock> |
contentBlocks |
| Constructor and Description |
|---|
NodeContentBlockImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContentBlock(ContentBlock contentBlock) |
boolean |
equals(Object o) |
List<ContentBlock> |
getContentBlocks() |
int |
hashCode() |
void |
setContentBlocks(List<ContentBlock> contentBlocks) |
String |
toString() |
protected List<ContentBlock> contentBlocks
public List<ContentBlock> getContentBlocks()
getContentBlocks in interface NodeContentBlockpublic void setContentBlocks(List<ContentBlock> contentBlocks)
setContentBlocks in interface NodeContentBlockpublic void addContentBlock(ContentBlock contentBlock)
addContentBlock in interface NodeContentBlockCopyright © 2019. All rights reserved.