org.mozdev.MacroTracker.classes
Class UserComment

java.lang.Object
  extended by org.mozdev.MacroTracker.classes.UserComment
All Implemented Interfaces:
java.io.Serializable

public class UserComment
extends java.lang.Object
implements java.io.Serializable

UserComment class contains a comment that a User wishes to add to a bug to report status or give feedback on the bug.

Author:
R.J. Keller
See Also:
Serialized Form

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

UserComment

public UserComment(User aAuthor,
                   java.lang.String aMessage)
Creates a new UserComment object with the author and the message the author made taken in.

Parameters:
aAuthor - The author of the comment.
aMessage - The comment the author left.
Method Detail

getAuthor

public User getAuthor()
Returns the author of this comment.

Returns:
The author of this comment.

getComment

public java.lang.String getComment()
Returns the comment that the getAuthor() made.

Returns:
The comment that the author of this comment made.


Copyright © 2003-2004 R.J. Keller. All Rights Reserved.