net.sf.jdigg.beans
Class Comments
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Comments
public Comments()
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.