com.atlassian.crucible.spi.data
Class CommentStats

java.lang.Object
  extended by com.atlassian.crucible.spi.data.CommentStats
All Implemented Interfaces:
java.io.Serializable

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

Holds the comment statistics on a particular review.

Author:
Erik van Zijst
See Also:
Serialized Form

Field Summary
 int defects
           
 int drafts
           
 int leaveUnread
           
 int published
           
 int read
           
 int unread
          These values are tied to the current user
 java.lang.String user
           
 
Constructor Summary
CommentStats()
           
CommentStats(java.lang.String user, int drafts, int published, int defects, int unread, int leaveUnread, int read)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

public java.lang.String user

drafts

public int drafts

published

public int published

defects

public int defects

unread

public int unread
These values are tied to the current user


leaveUnread

public int leaveUnread

read

public int read
Constructor Detail

CommentStats

public CommentStats()

CommentStats

public CommentStats(java.lang.String user,
                    int drafts,
                    int published,
                    int defects,
                    int unread,
                    int leaveUnread,
                    int read)