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 ExampleDoc
public void setFirstSentence(String firstLine)
public String getAllText()
getAllText
in interface ExampleDoc
public void setAllText(String allText)