|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.client.http.helper.SearchBean
General search-command container. Contains a query and a model with the result of executing the query on the repository.
Field Summary | |
static String |
NAME
Bean-name |
Constructor Summary | |
SearchBean(Object query)
|
|
SearchBean(Object query,
Model model)
Constructor for the SearchBean object |
Method Summary | |
Model |
getModel()
The mdoel representing the result of the query |
Object |
getQuery()
The query expression |
void |
setModel(Model result)
Sets the model |
void |
setQuery(Object query)
Sets the query expression |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String NAME
Constructor Detail |
public SearchBean(Object query, Model model)
query
- Query that generated the Manifest
model
- The model containig the search-resultpublic SearchBean(Object query)
Method Detail |
public Object getQuery()
public void setQuery(Object query)
query
- The new query valuepublic Model getModel()
public void setModel(Model result)
result
- The new Manifest
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |