Package ubic.gemma.web.remote
Class ListBatchCommand
- java.lang.Object
-
- ubic.gemma.web.remote.ListBatchCommand
-
public class ListBatchCommand extends Object
Encapsulates information needed for generic list browsing.- Author:
- paul
-
-
Constructor Summary
Constructors Constructor Description ListBatchCommand()
-
-
-
Method Detail
-
getDir
public String getDir()
-
getLimit
public Integer getLimit()
-
getSort
public String getSort()
-
getStart
public Integer getStart()
-
setDir
public void setDir(String dir)
-
setLimit
public void setLimit(Integer limit)
-
setSort
public void setSort(String sort)
-
setStart
public void setStart(Integer start)
-
-