⇒ Index (Frames) | ⇒ Index (No Frames) | ⇒ Package | ⇒ Package Tree | ⇒ Full Tree 
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.

Author:
© Mark Howard <mh@debian.org> 2002

Constructor Summary

BugComment(String source)

Creates a new comment

Method Summary

String

getBody()

String

getHead()

String

getSource()

String

getSubmitter()

String

toString()

Constructor Details

BugComment

publicBugComment(String source)

Creates a new comment

Parameters:
source

Method Details

getBody

publicStringgetBody()

Returns:
the body of the comment

getHead

publicStringgetHead()


getSource

publicStringgetSource()


getSubmitter

publicStringgetSubmitter()

Returns:
person who sent the bug report

toString

publicStringtoString()