|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.spy.digg.parsers.StoryImpl
public class StoryImpl
A Digg story.
| Method Summary | |
|---|---|
int |
getComments()
Get the number of comments on this story. |
TopicContainer |
getContainer()
Get the topic container of this story. |
java.lang.String |
getDescription()
Get the description of this story. |
java.lang.String |
getDiggLink()
Get the link to this story within digg. |
int |
getDiggs()
Get the number of diggs on this story. |
int |
getId()
Get the ID of this story. |
java.lang.String |
getLink()
Get the link to this story. |
java.lang.String |
getMedia()
Add the media type of this story. |
long |
getPromoteTimestamp()
Get the timestamp this story was promoted. |
java.lang.String |
getStatus()
Get the status of this story. |
long |
getSubmittedTimestamp()
Get the timestamp this story was submitted. |
Thumbnail |
getThumbnail()
If this story has a thumbnail, return it here. |
java.lang.String |
getTitle()
Get the title of this story. |
Topic |
getTopic()
Get the topic of this story. |
User |
getUser()
Get the user who submitted this story. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getComments()
Story
getComments in interface Storypublic TopicContainer getContainer()
Story
getContainer in interface Storypublic java.lang.String getDescription()
Story
getDescription in interface Storypublic java.lang.String getDiggLink()
Story
getDiggLink in interface Storypublic int getDiggs()
Story
getDiggs in interface Storypublic int getId()
Story
getId in interface Storypublic java.lang.String getLink()
Story
getLink in interface Storypublic java.lang.String getStatus()
Story
getStatus in interface Storypublic long getSubmittedTimestamp()
Story
getSubmittedTimestamp in interface Storypublic java.lang.String getTitle()
Story
getTitle in interface Storypublic Topic getTopic()
Story
getTopic in interface Storypublic User getUser()
Story
getUser in interface Storypublic java.lang.String toString()
toString in class java.lang.Objectpublic Thumbnail getThumbnail()
Story
getThumbnail in interface Storypublic java.lang.String getMedia()
Story
getMedia in interface Storypublic long getPromoteTimestamp()
Story
getPromoteTimestamp in interface Story
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||