org.oddjob.arooa.beandocs
Class WriteableExampleDoc

java.lang.Object
  extended by org.oddjob.arooa.beandocs.WriteableExampleDoc
All Implemented Interfaces:
ExampleDoc

public class WriteableExampleDoc
extends Object
implements ExampleDoc


Constructor Summary
WriteableExampleDoc()
           
 
Method Summary
 String getAllText()
           
 String getFirstSentence()
           
 void setAllText(String allText)
           
 void setFirstSentence(String firstLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteableExampleDoc

public WriteableExampleDoc()
Method Detail

getFirstSentence

public String getFirstSentence()
Specified by:
getFirstSentence in interface ExampleDoc

setFirstSentence

public void setFirstSentence(String firstLine)

getAllText

public String getAllText()
Specified by:
getAllText in interface ExampleDoc

setAllText

public void setAllText(String allText)