|
||||||||||
| 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
public abstract class BaseItem
Represents a single item returned from the API.
| Field Summary | |
|---|---|
protected java.lang.String |
authorEmail
|
protected java.lang.String |
authorLink
|
protected java.lang.String |
authorName
|
protected java.lang.String |
commentExtract
|
protected java.lang.String |
contentExtract
|
protected java.lang.String |
description
|
protected java.lang.String |
feedResource
|
protected java.lang.String |
feedURL
|
protected java.lang.String |
guid
|
protected java.lang.String |
lang
|
protected java.lang.String |
link
|
protected java.util.Date |
pubDate
|
protected java.util.Date |
published
|
protected java.lang.String |
resourceGUID
|
protected java.lang.String |
source
|
protected java.util.List |
tags
|
protected java.lang.String |
title
|
protected java.lang.String |
weblogDescription
|
protected int |
weblogIndegree
|
protected java.lang.String |
weblogPublisherType
|
protected java.lang.String |
weblogResource
|
protected int |
weblogTier
|
protected java.lang.String |
weblogTitle
|
| Constructor Summary | |
|---|---|
BaseItem()
|
|
| Method Summary | |
|---|---|
java.lang.String |
dump()
|
java.lang.String |
dump(boolean fields)
|
java.lang.String |
getAuthorEmail()
Get the value of authorEmail. |
java.lang.String |
getAuthorLink()
Get the value of authorLink. |
java.lang.String |
getAuthorName()
Get the value of authorName. |
java.lang.String |
getCommentExtract()
Get the value of commentExtract. |
java.lang.String |
getContentExtract()
Get the value of contentExtract. |
java.lang.String |
getDescription()
Get the value of description. |
java.lang.String |
getFeedHashcode()
Get the value of feedHashcode. |
java.lang.String |
getFeedResource()
Get the value of feedResource. |
java.lang.String |
getFeedURL()
Get the value of feedURL. |
java.lang.String |
getGuid()
Get the value of guid. |
java.lang.String |
getLang()
Get the value of lang. |
java.lang.String |
getLink()
Get the value of link. |
java.lang.String |
getPostBody()
Get the value of postBody. |
java.lang.String |
getPostHashcode()
Get the value of postHashcode. |
java.lang.String |
getPostTitle()
Get the value of postTitle. |
java.util.Date |
getPubDate()
Get the value of pubDate. |
java.util.Date |
getPublished()
Get the value of published. |
java.lang.String |
getResourceGUID()
Get the value of resourceGUID. |
java.lang.String |
getSource()
Get the value of source. |
java.lang.String |
getSourceHashcode()
Get the value of sourceHashcode. |
java.util.List |
getTags()
Get the value of tags. |
java.lang.String |
getTitle()
Get the value of title. |
java.lang.String |
getWeblogDescription()
Get the value of weblogDescription. |
int |
getWeblogIndegree()
Get the value of weblogIndegree. |
java.lang.String |
getWeblogPublisherType()
Get the value of weblogPublisherType. |
java.lang.String |
getWeblogResource()
Get the value of weblogResource. |
int |
getWeblogTier()
Get the value of weblogTier. |
java.lang.String |
getWeblogTitle()
Get the value of weblogTitle. |
void |
setAuthorEmail(java.lang.String authorEmail)
Set the value of authorEmail. |
void |
setAuthorLink(java.lang.String authorLink)
Set the value of authorLink. |
void |
setAuthorName(java.lang.String authorName)
Set the value of authorName. |
void |
setCommentExtract(java.lang.String commentExtract)
Set the value of commentExtract. |
void |
setContentExtract(java.lang.String contentExtract)
Set the value of contentExtract. |
void |
setDescription(java.lang.String description)
Set the value of description. |
void |
setFeedHashcode(java.lang.String feedHashcode)
Set the value of feedHashcode. |
void |
setFeedResource(java.lang.String feedResource)
Set the value of feedResource. |
void |
setFeedURL(java.lang.String feedURL)
Set the value of feedURL. |
void |
setGuid(java.lang.String guid)
Set the value of guid. |
void |
setLang(java.lang.String lang)
Set the value of lang. |
void |
setLink(java.lang.String link)
Set the value of link. |
void |
setPostBody(java.lang.String postBody)
Set the value of postBody. |
void |
setPostHashcode(java.lang.String postHashcode)
Set the value of postHashcode. |
void |
setPostTitle(java.lang.String postTitle)
Set the value of postTitle. |
void |
setPubDate(java.util.Date pubDate)
Set the value of pubDate. |
void |
setPublished(java.util.Date published)
Set the value of published. |
void |
setResourceGUID(java.lang.String resourceGUID)
Set the value of resourceGUID. |
void |
setSource(java.lang.String source)
Set the value of source. |
void |
setSourceHashcode(java.lang.String sourceHashcode)
Set the value of sourceHashcode. |
void |
setTags(java.util.List tags)
Set the value of tags. |
void |
setTitle(java.lang.String title)
Set the value of title. |
void |
setWeblogDescription(java.lang.String weblogDescription)
Set the value of weblogDescription. |
void |
setWeblogIndegree(int weblogIndegree)
Set the value of weblogIndegree. |
void |
setWeblogPublisherType(java.lang.String weblogPublisherType)
Set the value of weblogPublisherType. |
void |
setWeblogResource(java.lang.String weblogResource)
Set the value of weblogResource. |
void |
setWeblogTier(int weblogTier)
Set the value of weblogTier. |
void |
setWeblogTitle(java.lang.String weblogTitle)
Set the value of weblogTitle. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List tags
protected java.lang.String title
protected java.lang.String link
protected java.lang.String description
protected java.lang.String guid
protected java.lang.String lang
protected java.lang.String resourceGUID
protected java.lang.String source
protected java.lang.String weblogTitle
protected java.lang.String weblogDescription
protected java.lang.String weblogPublisherType
protected java.lang.String weblogResource
protected int weblogTier
protected int weblogIndegree
protected java.util.Date pubDate
protected java.util.Date published
protected java.lang.String authorName
protected java.lang.String authorEmail
protected java.lang.String authorLink
protected java.lang.String contentExtract
protected java.lang.String commentExtract
protected java.lang.String feedURL
protected java.lang.String feedResource
| Constructor Detail |
|---|
public BaseItem()
| Method Detail |
|---|
public java.lang.String getFeedResource()
feedResource.
public void setFeedResource(java.lang.String feedResource)
feedResource.
public java.lang.String getPostHashcode()
postHashcode.
public void setPostHashcode(java.lang.String postHashcode)
postHashcode.
public java.lang.String getFeedHashcode()
feedHashcode.
public void setFeedHashcode(java.lang.String feedHashcode)
feedHashcode.
public java.lang.String getSourceHashcode()
sourceHashcode.
public void setSourceHashcode(java.lang.String sourceHashcode)
sourceHashcode.
public void setPostBody(java.lang.String postBody)
postBody.
public java.lang.String getPostBody()
postBody.
public void setPostTitle(java.lang.String postTitle)
postTitle.
public java.lang.String getPostTitle()
postTitle.
public void setWeblogIndegree(int weblogIndegree)
weblogIndegree.
public int getWeblogIndegree()
weblogIndegree.
public java.lang.String getWeblogPublisherType()
weblogPublisherType.
public void setWeblogPublisherType(java.lang.String weblogPublisherType)
weblogPublisherType.
public java.lang.String getCommentExtract()
commentExtract.
public void setCommentExtract(java.lang.String commentExtract)
commentExtract.
public java.lang.String getContentExtract()
contentExtract.
public void setContentExtract(java.lang.String contentExtract)
contentExtract.
public java.lang.String getAuthorLink()
authorLink.
public void setAuthorLink(java.lang.String authorLink)
authorLink.
public java.lang.String getAuthorEmail()
authorEmail.
public void setAuthorEmail(java.lang.String authorEmail)
authorEmail.
public java.lang.String getAuthorName()
authorName.
public void setAuthorName(java.lang.String authorName)
authorName.
public java.util.Date getPubDate()
pubDate.
getPubDate in class BaseResultpublic void setPubDate(java.util.Date pubDate)
pubDate.
setPubDate in class BaseResultpublic void setTags(java.util.List tags)
tags.
public java.util.List getTags()
tags.
public int getWeblogTier()
weblogTier.
public void setWeblogTier(int weblogTier)
weblogTier.
public java.lang.String getWeblogDescription()
weblogDescription.
public void setWeblogDescription(java.lang.String weblogDescription)
weblogDescription.
public java.lang.String getWeblogTitle()
weblogTitle.
public void setWeblogTitle(java.lang.String weblogTitle)
weblogTitle.
public java.lang.String getWeblogResource()
weblogResource.
public void setWeblogResource(java.lang.String weblogResource)
weblogResource.
public java.lang.String getSource()
source.
public void setSource(java.lang.String source)
source.
public java.lang.String getLang()
lang.
public void setLang(java.lang.String lang)
lang.
public java.lang.String getGuid()
guid.
public void setGuid(java.lang.String guid)
guid.
public java.lang.String getLink()
link.
public void setLink(java.lang.String link)
link.
public void setTitle(java.lang.String title)
title.
public java.lang.String getTitle()
title.
public void setDescription(java.lang.String description)
description.
public java.lang.String getDescription()
description.
public java.util.Date getPublished()
published.
public void setPublished(java.util.Date published)
published.
public java.lang.String getFeedURL()
feedURL.
public void setFeedURL(java.lang.String feedURL)
feedURL.
public java.lang.String getResourceGUID()
resourceGUID.
public void setResourceGUID(java.lang.String resourceGUID)
resourceGUID.
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String dump()
public java.lang.String dump(boolean fields)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||