Class PrincipalSearchCriteria.SearchItem

java.lang.Object
io.milton.principal.PrincipalSearchCriteria.SearchItem
Enclosing class:
PrincipalSearchCriteria

public static class PrincipalSearchCriteria.SearchItem extends Object
  • Constructor Details

    • SearchItem

      public SearchItem()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getField

      public String getField()
      Returns:
      the fields
    • setField

      public void setField(String fields)
      Parameters:
      fields - the fields to set
    • getMatchType

      public PrincipalSearchCriteria.MatchType getMatchType()
      Returns:
      the matchType
    • setMatchType

      public void setMatchType(PrincipalSearchCriteria.MatchType matchType)
      Parameters:
      matchType - the matchType to set
    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set