| |
|
| java.lang.Object vqwiki.PrintableEntry
PrintableEntry | public class PrintableEntry (Code) | | One entry of the printable page (the page can contain multiple entries)
This class was created on 20:18:49 15.04.2003
author: Tobias Schulz-Hess (sourcefoge@schulz-hess.de) |
getContent | public String getContent()(Code) | | Get the content
content as String |
getTopic | public String getTopic()(Code) | | Get the topic
topic as String |
setContent | public void setContent(String mycontent)(Code) | | Set the content
Parameters: mycontent - New content |
setTopic | public void setTopic(String mytopic)(Code) | | Set the topic
Parameters: mytopic - New topic |
|
|
|