|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozdev.MacroTracker.classes.UserComment
UserComment class contains a comment that a User wishes to add to a bug to report status or give feedback on the bug.
Constructor Summary | |
---|---|
UserComment(User aAuthor,
java.lang.String aMessage)
Creates a new UserComment object with the author and the message the author made taken in. |
Method Summary | |
---|---|
User |
getAuthor()
Returns the author of this comment. |
java.lang.String |
getComment()
Returns the comment that the getAuthor() made. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserComment(User aAuthor, java.lang.String aMessage)
aAuthor
- The author of the comment.aMessage
- The comment the author left.Method Detail |
---|
public User getAuthor()
public java.lang.String getComment()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |