com.tszadel.qctools4j.model.comment
Class QcComment

java.lang.Object
  extended by com.tszadel.qctools4j.model.comment.QcComment

public class QcComment
extends Object

A Qc Comment.

Author:
tszadel

Constructor Summary
QcComment(int pId)
          Constructor.
 
Method Summary
 Date getCommentDate()
          Returns commentDate.
 String getContent()
          Returns content.
 String getFullname()
          Returns fullname.
 int getId()
          Returns id.
 String getUser()
          Returns user.
 void setCommentDate(Date commentDate)
          Sets the commentDate.
 void setContent(String content)
          Sets the content.
 void setFullname(String fullname)
          Sets the fullname.
 void setUser(String user)
          Sets the user.
 String toString()
          Overrides toString.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QcComment

public QcComment(int pId)
Constructor.

Parameters:
pId - Id of the comment.
Method Detail

getCommentDate

public Date getCommentDate()
Returns commentDate.

Returns:
The commentDate.

getContent

public String getContent()
Returns content.

Returns:
The content.

getFullname

public String getFullname()
Returns fullname.

Returns:
The fullname.

getId

public int getId()
Returns id.

Returns:
The id.

getUser

public String getUser()
Returns user.

Returns:
The user.

setCommentDate

public void setCommentDate(Date commentDate)
Sets the commentDate.

Parameters:
commentDate - The commentDate.

setContent

public void setContent(String content)
Sets the content.

Parameters:
content - The content.

setFullname

public void setFullname(String fullname)
Sets the fullname.

Parameters:
fullname - The fullname.

setUser

public void setUser(String user)
Sets the user.

Parameters:
user - The user.

toString

public String toString()
Overrides toString.

Overrides:
toString in class Object
See Also:
Object.toString()