|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.federation.CachedSearchResults
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private long |
expirationTime
|
private static String |
RESOURCE
|
private Vector |
searchResults
|
Constructor Summary | |
CachedSearchResults(Vector searchResults,
long expirationTime)
Supported API: false |
Method Summary | |
long |
getExpirationTime()
Gets the value of the attribute: expirationTime. |
Vector |
getSearchResults()
Gets the value of the attribute: searchResults. |
void |
setExpirationTime(long a_ExpirationTime)
Sets the value of the attribute: expirationTime. |
void |
setSearchResults(Vector a_SearchResults)
Sets the value of the attribute: searchResults. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private long expirationTime
private Vector searchResults
Constructor Detail |
public CachedSearchResults(Vector searchResults, long expirationTime)
searchResults
- expirationTime
- Method Detail |
public long getExpirationTime()
public void setExpirationTime(long a_ExpirationTime) throws WTPropertyVetoException
a_ExpirationTime
-
WTPropertyVetoException
public Vector getSearchResults()
public void setSearchResults(Vector a_SearchResults) throws WTPropertyVetoException
a_SearchResults
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |