net.sf.jdigg.beans
Class Stories
java.lang.Object
net.sf.jdigg.beans.Stories
public class Stories
- extends java.lang.Object
Digg stories.
- Since:
- 1.0 M1
- Author:
- Philip May
- See Also:
- Digg API - List Stories
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Stories
public Stories()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
addStory
public void addStory(Story story)
getTimestamp
public long getTimestamp()
setTimestamp
public void setTimestamp(long timestamp)
getMinDate
public long getMinDate()
setMinDate
public void setMinDate(long minDate)
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)
getStoryList
public java.util.List getStoryList()
setStoryList
public void setStoryList(java.util.List storyList)
Copyright © 2008. All Rights Reserved.