public class WriteableExampleDoc extends Object implements ExampleDoc
| Constructor and Description |
|---|
WriteableExampleDoc() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllText() |
String |
getFirstSentence() |
void |
setAllText(String allText) |
void |
setFirstSentence(String firstLine) |
public String getFirstSentence()
getFirstSentence in interface ExampleDocpublic void setFirstSentence(String firstLine)
public String getAllText()
getAllText in interface ExampleDocpublic void setAllText(String allText)