public class DebugSearchDto extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
F_RESOURCE_OID |
static String |
F_TEXT |
static String |
F_TYPE |
Constructor and Description |
---|
DebugSearchDto() |
Modifier and Type | Method and Description |
---|---|
ObjectViewDto |
getResource() |
String |
getText() |
ObjectTypes |
getType() |
void |
setResource(ObjectViewDto resource) |
void |
setText(String text) |
void |
setType(ObjectTypes type) |
public static final String F_TEXT
public static final String F_TYPE
public static final String F_RESOURCE_OID
public String getText()
public void setText(String text)
public ObjectTypes getType()
public void setType(ObjectTypes type)
public ObjectViewDto getResource()
public void setResource(ObjectViewDto resource)
Copyright © 2015 evolveum. All rights reserved.