public class RoleMemberSearchDto extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
F_PROJECT |
static String |
F_TENANT |
static String |
F_TEXT |
static String |
F_TYPE |
Constructor and Description |
---|
RoleMemberSearchDto() |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType |
getProject() |
com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType |
getTenant() |
String |
getText() |
QName |
getType() |
void |
setProject(com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType project) |
void |
setTenant(com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType tenant) |
void |
setText(String text) |
void |
setType(QName type) |
public static String F_TYPE
public static String F_TENANT
public static String F_PROJECT
public static String F_TEXT
public void setType(QName type)
public QName getType()
public com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType getTenant()
public void setTenant(com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType tenant)
public com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType getProject()
public void setProject(com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType project)
public String getText()
public void setText(String text)
Copyright © 2016 evolveum. All rights reserved.