public class SectionResource
extends org.springframework.hateoas.ResourceSupport
| Constructor and Description |
|---|
SectionResource(java.lang.String sectionTemplateId,
com.clusterra.pmbok.document.domain.model.template.section.SectionType sectionType,
java.lang.String title) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContent() |
java.lang.String |
getSectionTemplateId() |
com.clusterra.pmbok.document.domain.model.template.section.SectionType |
getSectionType() |
java.lang.String |
getTitle() |
void |
setContent(java.lang.Object content) |
public SectionResource(java.lang.String sectionTemplateId,
com.clusterra.pmbok.document.domain.model.template.section.SectionType sectionType,
java.lang.String title)
public java.lang.Object getContent()
public void setContent(java.lang.Object content)
public java.lang.String getSectionTemplateId()
public com.clusterra.pmbok.document.domain.model.template.section.SectionType getSectionType()
public java.lang.String getTitle()