org.oddjob.arooa.beandocs
Class WriteableBeanDoc

java.lang.Object
  extended by org.oddjob.arooa.beandocs.WriteableBeanDoc
All Implemented Interfaces:
BeanDoc

public class WriteableBeanDoc
extends Object
implements BeanDoc


Constructor Summary
WriteableBeanDoc()
           
 
Method Summary
 void addExampleDoc(WriteableExampleDoc exampleDoc)
           
 void addPropertyDoc(WriteablePropertyDoc propertyDocBean)
           
 String getAllText()
           
 String getClassName()
           
 ExampleDoc[] getExampleDocs()
           
 String getFirstSentence()
           
 String getName()
           
 String getPrefix()
           
 WriteablePropertyDoc[] getPropertyDocs()
           
 String getTag()
           
 WriteablePropertyDoc propertyDocFor(String property)
           
 void setAllText(String allText)
           
 void setClassName(String className)
           
 void setFirstSentence(String firstLine)
           
 void setPrefix(String namespace)
           
 void setTag(String tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteableBeanDoc

public WriteableBeanDoc()
Method Detail

getPrefix

public String getPrefix()
Specified by:
getPrefix in interface BeanDoc

setPrefix

public void setPrefix(String namespace)

getTag

public String getTag()
Specified by:
getTag in interface BeanDoc

setTag

public void setTag(String tag)

getName

public String getName()
Specified by:
getName in interface BeanDoc

getClassName

public String getClassName()
Specified by:
getClassName in interface BeanDoc

setClassName

public void setClassName(String className)

getFirstSentence

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

setFirstSentence

public void setFirstSentence(String firstLine)

getAllText

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

setAllText

public void setAllText(String allText)

getPropertyDocs

public WriteablePropertyDoc[] getPropertyDocs()
Specified by:
getPropertyDocs in interface BeanDoc

propertyDocFor

public WriteablePropertyDoc propertyDocFor(String property)
Specified by:
propertyDocFor in interface BeanDoc

addPropertyDoc

public void addPropertyDoc(WriteablePropertyDoc propertyDocBean)

getExampleDocs

public ExampleDoc[] getExampleDocs()
Specified by:
getExampleDocs in interface BeanDoc

addExampleDoc

public void addExampleDoc(WriteableExampleDoc exampleDoc)