public class RoleMemberSearchDto extends Object implements Serializable, DebugDumpable
Modifier and Type | Field and Description |
---|---|
static String |
F_PROJECT |
static String |
F_TENANT |
static String |
F_TEXT |
static String |
F_TYPE |
INDENT_STRING
Constructor and Description |
---|
RoleMemberSearchDto() |
Modifier and Type | Method and Description |
---|---|
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
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)
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2016 evolveum. All rights reserved.