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 Summary
Fields Modifier and Type Field Description static String
F_ALLOW_SELF
static String
F_ORG_TYPE
-
Constructor Summary
Constructors Constructor Description ManagerSearchDto(ManagerSearchType manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOrgType()
boolean
isAllowSelf()
void
setAllowSelf(boolean allowSelf)
void
setOrgType(String orgType)
-
-
-
Field Detail
-
F_ORG_TYPE
public static final String F_ORG_TYPE
- See Also:
- Constant Field Values
-
F_ALLOW_SELF
public static final String F_ALLOW_SELF
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ManagerSearchDto
public ManagerSearchDto(ManagerSearchType manager)
-
-