Class SearchResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class SearchResult
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<SearchItem> items
      Page items
      int pageNum
      Page number (0=first page)
      int pageSize
      Page size (maximum items per page)
      int total
      Search count (approximation)
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchResult()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • total

        public int total
        Search count (approximation)
      • pageNum

        public int pageNum
        Page number (0=first page)
      • pageSize

        public int pageSize
        Page size (maximum items per page)
      • items

        public java.util.List<SearchItem> items
        Page items
    • Constructor Detail

      • SearchResult

        public SearchResult()