|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.spinn3r.api.BaseResult
public abstract class BaseResult
Represents a single item returned from the API.
| Field Summary | |
|---|---|
protected java.util.Date |
pubDate
|
| Constructor Summary | |
|---|---|
BaseResult()
|
|
| Method Summary | |
|---|---|
java.util.Date |
getPubDate()
Get the value of pubDate. |
void |
setPubDate(java.util.Date pubDate)
Set the value of pubDate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Date pubDate
| Constructor Detail |
|---|
public BaseResult()
| Method Detail |
|---|
public java.util.Date getPubDate()
pubDate.
public void setPubDate(java.util.Date pubDate)
pubDate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||