|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.spy.digg.parsers.EventImpl
net.spy.digg.parsers.CommentImpl
public class CommentImpl
Comment implementation.
| Method Summary | |
|---|---|
java.lang.String |
getComment()
Get the comment text. |
int |
getDiggsDown()
Get the number of diggs down. |
int |
getDiggsUp()
Get the number of diggs up. |
java.lang.Integer |
getLevel()
The level of the comment within the thread. |
java.lang.Integer |
getReplyId()
Get the ID of the comment to which this comment is in response. |
java.lang.Integer |
getRoot()
The root comment ID. |
java.lang.String |
toString()
|
| Methods inherited from class net.spy.digg.parsers.EventImpl |
|---|
getEventId, getStatus, getStoryId, getTimestamp, getUser |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.spy.digg.Event |
|---|
getEventId, getStatus, getStoryId, getTimestamp, getUser |
| Method Detail |
|---|
public java.lang.String getComment()
Comment
getComment in interface Commentpublic int getDiggsDown()
Comment
getDiggsDown in interface Commentpublic int getDiggsUp()
Comment
getDiggsUp in interface Commentpublic java.lang.Integer getReplyId()
Comment
getReplyId in interface Commentpublic java.lang.Integer getLevel()
Comment
getLevel in interface Commentpublic java.lang.Integer getRoot()
Comment
getRoot in interface Commentpublic java.lang.String toString()
toString in class EventImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||