@Entity public class PersistedTextSectionContent extends PersistedSectionContent implements TextSectionContent
| Constructor and Description |
|---|
PersistedTextSectionContent(Document document,
SectionTemplate sectionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SectionContentVisitor<T> visitor) |
DocumentId |
getDocumentId() |
java.lang.String |
getText() |
void |
setText(java.lang.String text) |
equals, getCreatedByUserId, getCreatedDate, getDocument, getModifiedByUserId, getModifiedDate, getSectionTemplate, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetSectionTemplatepublic PersistedTextSectionContent(Document document, SectionTemplate sectionTemplate)
public <T> T accept(SectionContentVisitor<T> visitor) throws java.lang.Exception
accept in interface SectionContentjava.lang.Exceptionpublic DocumentId getDocumentId()
getDocumentId in interface SectionContentpublic java.lang.String getText()
getText in interface TextSectionContentpublic void setText(java.lang.String text)