public interface ContentBlock extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getData() |
Object |
getData(String key) |
Integer |
getIntegerData(String key) |
String |
getStringData(String key) |
ContentBlockType |
getType() |
void |
setData(String key,
Object value) |
void |
setType(ContentBlockType type) |
ContentBlockType getType()
void setType(ContentBlockType type)
Copyright © 2018. All rights reserved.