ch.ralscha.extdirectspring.bean
Class ExtDirectStoreReadRequest
java.lang.Object
ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
public class ExtDirectStoreReadRequest
- extends Object
Class representing the request of a DirectStore read call
- Author:
- Ralph Schaer
ExtDirectStoreReadRequest
public ExtDirectStoreReadRequest()
getQuery
public String getQuery()
setQuery
public void setQuery(String query)
getLimit
public Integer getLimit()
setLimit
public void setLimit(Integer limit)
getStart
public Integer getStart()
setStart
public void setStart(Integer start)
getDir
public String getDir()
setDir
public void setDir(String dir)
isAscendingSort
public boolean isAscendingSort()
isDecendingSort
public boolean isDecendingSort()
getSort
public String getSort()
setSort
public void setSort(String sort)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.