Class ListBatchCommand

java.lang.Object
ubic.gemma.web.controller.util.ListBatchCommand

public class ListBatchCommand extends Object
Encapsulates information needed for generic list browsing.
Author:
paul
  • Constructor Details

    • ListBatchCommand

      public ListBatchCommand()
  • Method Details

    • 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)