public class DocumentSection
extends java.lang.Object
Constructor and Description |
---|
DocumentSection(java.lang.String sectionName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuffer |
getSectionContent()
Get content of this section
|
java.lang.String |
getSectionName()
Get section name.
|
void |
setSectionContent(java.lang.StringBuffer sectionContent)
Set content of this section
|
void |
setSectionName(java.lang.String sectionName)
Set section name
|
public DocumentSection(java.lang.String sectionName)
sectionName
- name of sectionpublic java.lang.String getSectionName()
public void setSectionName(java.lang.String sectionName)
sectionName
- section namepublic java.lang.StringBuffer getSectionContent()
public void setSectionContent(java.lang.StringBuffer sectionContent)
sectionContent
- content of this sectionCopyright © 2010 - No Magic Asia