ch.ralscha.extdirectspring.bean
Class ExtDirectStoreReadRequest

java.lang.Object
  extended by ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest

public class ExtDirectStoreReadRequest
extends Object

Class representing the request of a DirectStore read call

Author:
Ralph Schaer

Constructor Summary
ExtDirectStoreReadRequest()
           
 
Method Summary
 String getDir()
           
 Integer getLimit()
           
 String getQuery()
           
 String getSort()
           
 Integer getStart()
           
 boolean isAscendingSort()
           
 boolean isDecendingSort()
           
 void setDir(String dir)
           
 void setLimit(Integer limit)
           
 void setQuery(String query)
           
 void setSort(String sort)
           
 void setStart(Integer start)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtDirectStoreReadRequest

public ExtDirectStoreReadRequest()
Method Detail

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.