Class ListBatchCommand


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

      • ListBatchCommand

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