com.spinn3r.api
Class Feed

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

public class Feed
extends BaseItem

Represents a source within Spinn3r.


Field Summary
 
Fields inherited from class com.spinn3r.api.BaseItem
authorEmail, authorLink, authorName, commentExtract, contentExtract, description, feedResource, feedURL, lang, pubDate, published, resourceGUID, source, tags, title, weblogDescription, weblogIndegree, weblogPublisherType, weblogResource, weblogTier, weblogTitle
 
Constructor Summary
Feed()
           
Feed(ContentApi.Entry entry)
           
Feed(org.w3c.dom.Element e)
           
 
Method Summary
 java.lang.String getChannelDescription()
          Get the value of channelDescription.
 java.lang.String getChannelLink()
          Get the value of channelLink.
 java.lang.String getChannelTitle()
          Get the value of channelTitle.
 java.util.Date getDateFound()
          Get the value of dateFound.
 java.lang.String getEtag()
          Get the value of etag.
 java.lang.String getGuid()
          Get the value of guid.
 java.util.Date getLastPosted()
          Get the value of lastPosted.
 java.util.Date getLastPublished()
          Get the value of lastPublished.
 java.lang.String getLink()
          Get the value of link.
 java.lang.String getResource()
          Get the value of resource.
 int getResourceStatus()
          Get the value of resourceStatus.
 void setChannelDescription(java.lang.String channelDescription)
          Set the value of channelDescription.
 void setChannelLink(java.lang.String channelLink)
          Set the value of channelLink.
 void setChannelTitle(java.lang.String channelTitle)
          Set the value of channelTitle.
 void setDateFound(java.util.Date dateFound)
          Set the value of dateFound.
 void setEtag(java.lang.String etag)
          Set the value of etag.
 void setGuid(java.lang.String guid)
          Set the value of guid.
 void setLastPosted(java.util.Date lastPosted)
          Set the value of lastPosted.
 void setLastPublished(java.util.Date lastPublished)
          Set the value of lastPublished.
 void setLink(java.lang.String link)
          Set the value of link.
 void setResource(java.lang.String resource)
          Set the value of resource.
 void setResourceStatus(int resourceStatus)
          Set the value of resourceStatus.
 
Methods inherited from class com.spinn3r.api.BaseItem
dump, dump, getAuthorEmail, getAuthorLink, getAuthorName, getCommentExtract, getContentExtract, getDescription, getFeedHashcode, getFeedResource, getFeedURL, getLang, 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, setLang, 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

Feed

public Feed()

Feed

public Feed(ContentApi.Entry entry)

Feed

public Feed(org.w3c.dom.Element e)
Method Detail

getResourceStatus

public int getResourceStatus()
Get the value of resourceStatus.


setResourceStatus

public void setResourceStatus(int resourceStatus)
Set the value of resourceStatus.


getLink

public java.lang.String getLink()
Get the value of link.

Overrides:
getLink in class BaseItem

setLink

public void setLink(java.lang.String link)
Set the value of link.

Overrides:
setLink in class BaseItem

getChannelDescription

public java.lang.String getChannelDescription()
Get the value of channelDescription.


setChannelDescription

public void setChannelDescription(java.lang.String channelDescription)
Set the value of channelDescription.


getChannelTitle

public java.lang.String getChannelTitle()
Get the value of channelTitle.


setChannelTitle

public void setChannelTitle(java.lang.String channelTitle)
Set the value of channelTitle.


getChannelLink

public java.lang.String getChannelLink()
Get the value of channelLink.


setChannelLink

public void setChannelLink(java.lang.String channelLink)
Set the value of channelLink.


getEtag

public java.lang.String getEtag()
Get the value of etag.


setEtag

public void setEtag(java.lang.String etag)
Set the value of etag.


getLastPublished

public java.util.Date getLastPublished()
Get the value of lastPublished.


setLastPublished

public void setLastPublished(java.util.Date lastPublished)
Set the value of lastPublished.


getDateFound

public java.util.Date getDateFound()
Get the value of dateFound.


setDateFound

public void setDateFound(java.util.Date dateFound)
Set the value of dateFound.


getResource

public java.lang.String getResource()
Get the value of resource.


setResource

public void setResource(java.lang.String resource)
Set the value of resource.


getGuid

public java.lang.String getGuid()
Get the value of guid.

Overrides:
getGuid in class BaseItem

setGuid

public void setGuid(java.lang.String guid)
Set the value of guid.

Overrides:
setGuid in class BaseItem

getLastPosted

public java.util.Date getLastPosted()
Get the value of lastPosted.


setLastPosted

public void setLastPosted(java.util.Date lastPosted)
Set the value of lastPosted.



Copyright © Tailrank Inc. All Rights Reserved.