net.sf.jdigg.beans
Class Comments

java.lang.Object
  extended by net.sf.jdigg.beans.Comments

public class Comments
extends java.lang.Object

Digg comments.

Since:
1.0 M1
Author:
Philip May
See Also:
Digg API - List Events

Constructor Summary
Comments()
           
 
Method Summary
 void addComment(Comment comment)
           
 java.util.List getCommentList()
           
 int getCount()
           
 int getOffset()
           
 long getTimestamp()
           
 int getTotal()
           
 void setCommentList(java.util.List commentList)
           
 void setCount(int count)
           
 void setOffset(int offset)
           
 void setTimestamp(long timestamp)
           
 void setTotal(int total)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Comments

public Comments()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

addComment

public void addComment(Comment comment)

getTimestamp

public long getTimestamp()

setTimestamp

public void setTimestamp(long timestamp)

getTotal

public int getTotal()

setTotal

public void setTotal(int total)

getOffset

public int getOffset()

setOffset

public void setOffset(int offset)

getCount

public int getCount()

setCount

public void setCount(int count)

getCommentList

public java.util.List getCommentList()

setCommentList

public void setCommentList(java.util.List commentList)


Copyright © 2008. All Rights Reserved.