public class SearchService extends Object
Constructor and Description |
---|
SearchService() |
Modifier and Type | Method and Description |
---|---|
ItemCollection |
execute() |
String |
getComparison() |
String |
getDataType() |
String |
getField() |
String |
getPassword() |
String |
getSession_id() |
XDATUser |
getUser() |
String |
getUsername() |
Object |
getValue() |
void |
setComparison(String _comparison) |
void |
setDataType(String type) |
void |
setField(String _field) |
void |
setPassword(String _password) |
void |
setSession_id(String session_id) |
void |
setUsername(String _username) |
void |
setValue(Object _value) |
public ItemCollection execute() throws ElementNotFoundException, DBPoolException, SQLException, FieldNotFoundException, XDATUser.FailedLoginException, Exception
public String getComparison()
public void setComparison(String _comparison)
_comparison
- The _comparison to set.public String getDataType()
public void setDataType(String type)
type
- The _dataType to set.public String getField()
public void setField(String _field)
_field
- The _field to set.public String getPassword()
public void setPassword(String _password)
_password
- The _password to set.public String getUsername()
public void setUsername(String _username)
_username
- The _username to set.public Object getValue()
public void setValue(Object _value)
_value
- The _value to set.public String getSession_id()
public void setSession_id(String session_id)
session_id
- The session_id to set.public XDATUser getUser()
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.