net.spy.digg
Interface Comment

All Superinterfaces:
Event
All Known Implementing Classes:
CommentImpl

public interface Comment
extends Event

A comment event.


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.
 
Methods inherited from interface net.spy.digg.Event
getEventId, getStatus, getStoryId, getTimestamp, getUser
 

Method Detail

getDiggsUp

int getDiggsUp()
Get the number of diggs up.


getDiggsDown

int getDiggsDown()
Get the number of diggs down.


getReplyId

java.lang.Integer getReplyId()
Get the ID of the comment to which this comment is in response.


getRoot

java.lang.Integer getRoot()
The root comment ID.


getLevel

java.lang.Integer getLevel()
The level of the comment within the thread.


getComment

java.lang.String getComment()
Get the comment text.