public interface Element
extends io.sunshower.persistence.core.Persistable<io.sunshower.common.Identifier>
Modifier and Type | Method and Description |
---|---|
void |
addContent(Content content) |
void |
addElementProperty(java.lang.String key,
java.lang.String value) |
java.util.Set<Content> |
getContents() |
Layout |
getLayout() |
void |
setLayout(Layout layout) |