Class ReportDeleteDialogDto
- java.lang.Object
-
- com.evolveum.midpoint.web.page.admin.reports.dto.ReportDeleteDialogDto
-
- All Implemented Interfaces:
Serializable
public class ReportDeleteDialogDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReportDeleteDialogDto.Operation
-
Constructor Summary
Constructors Constructor Description ReportDeleteDialogDto(ReportDeleteDialogDto.Operation op, List<ReportDataType> objects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ReportDataType>
getObjects()
ReportDeleteDialogDto.Operation
getOperation()
void
setObjects(List<ReportDataType> objects)
void
setOperation(ReportDeleteDialogDto.Operation operation)
-
-
-
Constructor Detail
-
ReportDeleteDialogDto
public ReportDeleteDialogDto(ReportDeleteDialogDto.Operation op, List<ReportDataType> objects)
-
-
Method Detail
-
getOperation
public ReportDeleteDialogDto.Operation getOperation()
-
setOperation
public void setOperation(ReportDeleteDialogDto.Operation operation)
-
getObjects
public List<ReportDataType> getObjects()
-
setObjects
public void setObjects(List<ReportDataType> objects)
-
-