Class ManagerSearchDto
- java.lang.Object
- 
- com.evolveum.midpoint.web.page.admin.certification.dto.ManagerSearchDto
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ManagerSearchDto extends Object implements Serializable Created by Kate on 16.12.2015.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringF_ALLOW_SELFstatic StringF_ORG_TYPE
 - 
Constructor SummaryConstructors Constructor Description ManagerSearchDto(ManagerSearchType manager)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOrgType()booleanisAllowSelf()voidsetAllowSelf(boolean allowSelf)voidsetOrgType(String orgType)
 
- 
- 
- 
Field Detail- 
F_ORG_TYPEpublic static final String F_ORG_TYPE - See Also:
- Constant Field Values
 
 - 
F_ALLOW_SELFpublic static final String F_ALLOW_SELF - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ManagerSearchDtopublic ManagerSearchDto(ManagerSearchType manager) 
 
- 
 
-