Package io.milton.principal
Class PrincipalSearchCriteria.SearchItem
- java.lang.Object
-
- io.milton.principal.PrincipalSearchCriteria.SearchItem
-
- Enclosing class:
- PrincipalSearchCriteria
public static class PrincipalSearchCriteria.SearchItem extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetField()PrincipalSearchCriteria.MatchTypegetMatchType()StringgetValue()voidsetField(String fields)voidsetMatchType(PrincipalSearchCriteria.MatchType matchType)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
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
-
-