|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.paging.AbstractRefereshingPageableIterator.RefreshResult<R,T>
public static class AbstractRefereshingPageableIterator.RefreshResult<R,T>
The Class RefreshResult.
Constructor Summary | |
---|---|
AbstractRefereshingPageableIterator.RefreshResult()
|
Method Summary | |
---|---|
R |
getRefresh()
Gets the refresh. |
java.util.List<? extends T> |
getResult()
Gets the result. |
void |
setRefresh(R refresh)
Sets the refresh. |
void |
setResult(java.util.List<? extends T> result)
Sets the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractRefereshingPageableIterator.RefreshResult()
Method Detail |
---|
public java.util.List<? extends T> getResult()
public void setResult(java.util.List<? extends T> result)
result
- the new resultpublic R getRefresh()
public void setRefresh(R refresh)
refresh
- the new refresh
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |