Class SearchCriteria

    • Constructor Detail

      • SearchCriteria

        public SearchCriteria​(SearchCriterium... criteriums)
        constructor with array of criteriums
        Parameters:
        criteriums - the array of criteriums
    • Method Detail

      • getCriteria

        public List<SearchCriterium> getCriteria()
        Gets the criteria
        Returns:
        the list containing the criteria
      • setCriteria

        public void setCriteria​(List<SearchCriterium> criteria)
        Sets the criteria
        Parameters:
        criteria - the criteria to be set
      • size

        public int size()