Package io.milton.principal
Class PrincipalSearchCriteria
- java.lang.Object
-
- io.milton.principal.PrincipalSearchCriteria
-
public class PrincipalSearchCriteria extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrincipalSearchCriteria.MatchTypestatic classPrincipalSearchCriteria.SearchItemstatic classPrincipalSearchCriteria.TestType
-
Constructor Summary
Constructors Constructor Description PrincipalSearchCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCuType()List<PrincipalSearchCriteria.SearchItem>getSearchItems()PrincipalSearchCriteria.TestTypegetTest()voidsetCuType(String cuType)voidsetSearchItems(List<PrincipalSearchCriteria.SearchItem> searchItems)voidsetTest(PrincipalSearchCriteria.TestType test)StringtoString()
-
-
-
Method Detail
-
getTest
public PrincipalSearchCriteria.TestType getTest()
- Returns:
- the test
-
setTest
public void setTest(PrincipalSearchCriteria.TestType test)
- Parameters:
test- the test to set
-
getCuType
public String getCuType()
- Returns:
- the cuType
-
setCuType
public void setCuType(String cuType)
- Parameters:
cuType- the cuType to set
-
getSearchItems
public List<PrincipalSearchCriteria.SearchItem> getSearchItems()
- Returns:
- the searchItems
-
setSearchItems
public void setSearchItems(List<PrincipalSearchCriteria.SearchItem> searchItems)
- Parameters:
searchItems- the searchItems to set
-
-