public class ReportOutputSearchDto extends Selectable
Modifier and Type | Field and Description |
---|---|
static String |
F_FILE_TYPE |
static String |
F_REPORT_TYPE |
static String |
F_TEXT |
static String |
F_TYPE |
F_SELECTED
Constructor and Description |
---|
ReportOutputSearchDto() |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.xml.ns._public.common.common_3.ExportType |
getFileType() |
String |
getReportType() |
Map<String,String> |
getReportTypeMap() |
String |
getText() |
void |
setFileType(com.evolveum.midpoint.xml.ns._public.common.common_3.ExportType fileType) |
void |
setReportType(String reportType) |
void |
setReportTypeMap(Map<String,String> reportTypeMap) |
void |
setText(String text) |
isSelected, setSelected
public static final String F_REPORT_TYPE
public static final String F_FILE_TYPE
public static final String F_TYPE
public static final String F_TEXT
public String getReportType()
public void setReportType(String reportType)
public String getText()
public void setText(String text)
public com.evolveum.midpoint.xml.ns._public.common.common_3.ExportType getFileType()
public void setFileType(com.evolveum.midpoint.xml.ns._public.common.common_3.ExportType fileType)
Copyright © 2014 evolveum. All rights reserved.