|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.spinn3r.api.BaseResult
com.spinn3r.api.BaseItem
com.spinn3r.api.Feed
public class Feed
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Feed()
public Feed(ContentApi.Entry entry)
public Feed(org.w3c.dom.Element e)
| Method Detail |
|---|
public int getResourceStatus()
resourceStatus.
public void setResourceStatus(int resourceStatus)
resourceStatus.
public java.lang.String getLink()
link.
getLink in class BaseItempublic void setLink(java.lang.String link)
link.
setLink in class BaseItempublic java.lang.String getChannelDescription()
channelDescription.
public void setChannelDescription(java.lang.String channelDescription)
channelDescription.
public java.lang.String getChannelTitle()
channelTitle.
public void setChannelTitle(java.lang.String channelTitle)
channelTitle.
public java.lang.String getChannelLink()
channelLink.
public void setChannelLink(java.lang.String channelLink)
channelLink.
public java.lang.String getEtag()
etag.
public void setEtag(java.lang.String etag)
etag.
public java.util.Date getLastPublished()
lastPublished.
public void setLastPublished(java.util.Date lastPublished)
lastPublished.
public java.util.Date getDateFound()
dateFound.
public void setDateFound(java.util.Date dateFound)
dateFound.
public java.lang.String getResource()
resource.
public void setResource(java.lang.String resource)
resource.
public java.lang.String getGuid()
guid.
getGuid in class BaseItempublic void setGuid(java.lang.String guid)
guid.
setGuid in class BaseItempublic java.util.Date getLastPosted()
lastPosted.
public void setLastPosted(java.util.Date lastPosted)
lastPosted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||