wt.federation
Class CachedSearchResults

java.lang.Object
  extended bywt.federation.CachedSearchResults
All Implemented Interfaces:
Serializable

public class CachedSearchResults
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

expirationTime

private long expirationTime

searchResults

private Vector searchResults
Constructor Detail

CachedSearchResults

public CachedSearchResults(Vector searchResults,
                           long expirationTime)


Supported API: false

Parameters:
searchResults -
expirationTime -
Method Detail

getExpirationTime

public long getExpirationTime()
Gets the value of the attribute: expirationTime.

Supported API: false

Returns:
long

setExpirationTime

public void setExpirationTime(long a_ExpirationTime)
                       throws WTPropertyVetoException
Sets the value of the attribute: expirationTime.

Supported API: false

Parameters:
a_ExpirationTime -
Throws:
WTPropertyVetoException

getSearchResults

public Vector getSearchResults()
Gets the value of the attribute: searchResults.

Supported API: false

Returns:
Vector

setSearchResults

public void setSearchResults(Vector a_SearchResults)
                      throws WTPropertyVetoException
Sets the value of the attribute: searchResults.

Supported API: false

Parameters:
a_SearchResults -
Throws:
WTPropertyVetoException