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 booleanequals(Object obj)StringgetQueryPK()Get the value of queryStringKeyContexts.QueryTypegetQueryType()Get the value of queryTypeObjectgetResult()Get the value of resultinthashCode()voidsetQueryPK(String queryString)Set the value of queryStringvoidsetQueryType(KeyContexts.QueryType queryType)Set the value of queryTypevoidsetResult(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
-
-