org.oddjob.arooa.beandocs
Class WriteableBeanDoc
java.lang.Object
org.oddjob.arooa.beandocs.WriteableBeanDoc
- All Implemented Interfaces:
- BeanDoc
public class WriteableBeanDoc
- extends Object
- implements BeanDoc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteableBeanDoc
public WriteableBeanDoc()
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)