|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.spy.digg.PagingParameters
net.spy.digg.StoryParameters
public class StoryParameters
Parameters for story requests.
| Field Summary |
|---|
| Fields inherited from class net.spy.digg.PagingParameters |
|---|
MAX_COUNT, MIN_COUNT |
| Constructor Summary | |
|---|---|
StoryParameters()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDomain()
Get the domain parameter. |
java.lang.String |
getLink()
Get the link parameter. |
java.lang.Long |
getMaxPromoteDate()
Get the max promotion date. |
java.lang.Long |
getMaxSubmitDate()
Get the maximum submission date. |
java.lang.Long |
getMinPromoteDate()
Get the minimum promotion date. |
java.lang.Long |
getMinSubmitDate()
Get the minimum submission date. |
void |
setDomain(java.lang.String to)
Set the domain parameter. |
void |
setLink(java.lang.String to)
Set the link parameter. |
void |
setMaxPromoteDate(java.lang.Long to)
Set the maximum promotion date. |
void |
setMaxSubmitDate(java.lang.Long to)
Set the maximum submission date. |
void |
setMinPromoteDate(java.lang.Long to)
Set the minimum promotion date. |
void |
setMinSubmitDate(java.lang.Long to)
Set the minimum submission date. |
| Methods inherited from class net.spy.digg.PagingParameters |
|---|
getCount, getOffset, getSort, setCount, setOffset, setSort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoryParameters()
| Method Detail |
|---|
public java.lang.String getDomain()
public void setDomain(java.lang.String to)
public java.lang.String getLink()
public void setLink(java.lang.String to)
public java.lang.Long getMaxPromoteDate()
public void setMaxPromoteDate(java.lang.Long to)
public java.lang.Long getMinPromoteDate()
public void setMinPromoteDate(java.lang.Long to)
public java.lang.Long getMaxSubmitDate()
public void setMaxSubmitDate(java.lang.Long to)
public java.lang.Long getMinSubmitDate()
public void setMinSubmitDate(java.lang.Long to)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||