Class QueryBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.Query.QueryBean
-
public class QueryBean extends Object
- Author:
- iris.dimni
-
-
Constructor Summary
Constructors Constructor Description QueryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getQueryPK()
Get the value of queryStringKeyContexts.QueryType
getQueryType()
Get the value of queryTypeObject
getResult()
Get the value of resultint
hashCode()
void
setQueryPK(String queryString)
Set the value of queryStringvoid
setQueryType(KeyContexts.QueryType queryType)
Set the value of queryTypevoid
setResult(Object result)
Set the value of result
-
-
-
Method Detail
-
getResult
public Object getResult()
Get the value of result- Returns:
- the value of result
-
setResult
public void setResult(Object result)
Set the value of result- Parameters:
result
- new value of result
-
getQueryType
public KeyContexts.QueryType getQueryType()
Get the value of queryType- Returns:
- the value of queryType
-
setQueryType
public void setQueryType(KeyContexts.QueryType queryType)
Set the value of queryType- Parameters:
queryType
- new value of queryType
-
getQueryPK
public String getQueryPK()
Get the value of queryString- Returns:
- the value of queryString
-
setQueryPK
public void setQueryPK(String queryString)
Set the value of queryString- Parameters:
queryString
- new value of queryString
-
-