com.tildemh.debbug
Class BugComment
java.lang.Object|
+--com.tildemh.debbug.BugComment
All Implemented Interfaces:
java.io.Serializable
publicclass BugComment
extends java.lang.Object
implements java.io.Serializable
Any comment added to a bug report, including the initial report.
Methods of this object will use extract the data
from the source text as needed. -- Not much of this is implemented yet.
This is released under the terms of the GNU Lesser General Public License
(LGPL). See the COPYING file for details.
- © Mark Howard <mh@debian.org> 2002
BugComment
publicBugComment(String source)
Creates a new comment
- source
getBody
publicStringgetBody()
- the body of the comment
getHead
publicStringgetHead()
getSource
publicStringgetSource()
getSubmitter
publicStringgetSubmitter()
- person who sent the bug report
toString
publicStringtoString()