org.eaglei.search.provider
Class AuthSearchRequest

java.lang.Object
  extended by org.eaglei.search.provider.SearchRequest
      extended by org.eaglei.search.provider.AuthSearchRequest
All Implemented Interfaces:
java.io.Serializable

public class AuthSearchRequest
extends SearchRequest

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eaglei.search.provider.SearchRequest
SearchRequest.DataSet, SearchRequest.Term, SearchRequest.TypeBinding
 
Field Summary
static long serialVersionUID
           
 
Fields inherited from class org.eaglei.search.provider.SearchRequest
DEFAULT_DATASET, DEFAULT_PAGE_SIZE
 
Constructor Summary
AuthSearchRequest()
           
 
Method Summary
 org.eaglei.model.EIURI getLab()
           
 org.eaglei.model.EIURI getType()
           
 org.eaglei.model.EIURI getWFState()
           
 boolean isPaginated()
           
 void setLab(org.eaglei.model.EIURI lab)
           
 void setPaginated(boolean paginated)
           
 void setType(org.eaglei.model.EIURI type)
           
 void setWFState(org.eaglei.model.EIURI status)
           
 
Methods inherited from class org.eaglei.search.provider.SearchRequest
equals, equals, getBinding, getDataset, getInstitution, getMaxResults, getStartIndex, getTerm, hashCode, setBinding, setDataset, setInstitution, setMaxResults, setStartIndex, setTerm, toString, toURLParams
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AuthSearchRequest

public AuthSearchRequest()
Method Detail

getWFState

public org.eaglei.model.EIURI getWFState()

setWFState

public void setWFState(org.eaglei.model.EIURI status)

getLab

public org.eaglei.model.EIURI getLab()

setLab

public void setLab(org.eaglei.model.EIURI lab)

isPaginated

public boolean isPaginated()

setPaginated

public void setPaginated(boolean paginated)

getType

public org.eaglei.model.EIURI getType()

setType

public void setType(org.eaglei.model.EIURI type)


Copyright © 2009-2011 Eagle-I. All Rights Reserved.