com.spinn3r.api
Class CommentItem

java.lang.Object
  extended by com.spinn3r.api.BaseResult
      extended by com.spinn3r.api.BaseItem
          extended by com.spinn3r.api.CommentItem

public class CommentItem
extends BaseItem

Represents a comment item returned from the API.


Field Summary
 
Fields inherited from class com.spinn3r.api.BaseItem
authorEmail, authorLink, authorName, commentExtract, contentExtract, description, feedResource, feedURL, guid, lang, link, pubDate, published, resourceGUID, source, tags, title, weblogDescription, weblogIndegree, weblogPublisherType, weblogResource, weblogTier, weblogTitle
 
Constructor Summary
CommentItem()
           
 
Method Summary
 java.lang.String getCommentPermalink()
          Get the value of commentPermalink.
 java.lang.String getCommentPermalinkHashcode()
          Get the value of commentPermalinkHashcode.
 java.lang.String getCommentPermalinkTitle()
          Get the value of commentPermalinkTitle.
 java.lang.String getCommentRawPublished()
          Get the value of commentRawPublished.
protected  void parse(org.w3c.dom.Element current)
           
 void setCommentPermalink(java.lang.String commentPermalink)
          Set the value of commentPermalink.
 void setCommentPermalinkHashcode(java.lang.String commentPermalinkHashcode)
          Set the value of commentPermalinkHashcode.
 void setCommentPermalinkTitle(java.lang.String commentPermalinkTitle)
          Set the value of commentPermalinkTitle.
 void setCommentRawPublished(java.lang.String commentRawPublished)
          Set the value of commentRawPublished.
 
Methods inherited from class com.spinn3r.api.BaseItem
dump, dump, getAuthorEmail, getAuthorLink, getAuthorName, getCommentExtract, getContentExtract, getDescription, getFeedHashcode, getFeedResource, getFeedURL, getGuid, getLang, getLink, getPostBody, getPostHashcode, getPostTitle, getPubDate, getPublished, getResourceGUID, getSource, getSourceHashcode, getTags, getTitle, getWeblogDescription, getWeblogIndegree, getWeblogPublisherType, getWeblogResource, getWeblogTier, getWeblogTitle, setAuthorEmail, setAuthorLink, setAuthorName, setCommentExtract, setContentExtract, setDescription, setFeedHashcode, setFeedResource, setFeedURL, setGuid, setLang, setLink, setPostBody, setPostHashcode, setPostTitle, setPubDate, setPublished, setResourceGUID, setSource, setSourceHashcode, setTags, setTitle, setWeblogDescription, setWeblogIndegree, setWeblogPublisherType, setWeblogResource, setWeblogTier, setWeblogTitle, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommentItem

public CommentItem()
Method Detail

getCommentPermalink

public java.lang.String getCommentPermalink()
Get the value of commentPermalink.


setCommentPermalink

public void setCommentPermalink(java.lang.String commentPermalink)
Set the value of commentPermalink.


getCommentPermalinkTitle

public java.lang.String getCommentPermalinkTitle()
Get the value of commentPermalinkTitle.


setCommentPermalinkTitle

public void setCommentPermalinkTitle(java.lang.String commentPermalinkTitle)
Set the value of commentPermalinkTitle.


getCommentPermalinkHashcode

public java.lang.String getCommentPermalinkHashcode()
Get the value of commentPermalinkHashcode.


setCommentPermalinkHashcode

public void setCommentPermalinkHashcode(java.lang.String commentPermalinkHashcode)
Set the value of commentPermalinkHashcode. mornin *


getCommentRawPublished

public java.lang.String getCommentRawPublished()
Get the value of commentRawPublished.


setCommentRawPublished

public void setCommentRawPublished(java.lang.String commentRawPublished)
Set the value of commentRawPublished.


parse

protected void parse(org.w3c.dom.Element current)
              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © Tailrank Inc. All Rights Reserved.