public class ReportDto extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ReportDto.Type |
Modifier and Type | Field and Description |
---|---|
static String |
F_DESCRIPTION |
static String |
F_NAME |
Constructor and Description |
---|
ReportDto(ReportDto.Type type,
String name,
String description) |
public static final String F_NAME
public static final String F_DESCRIPTION
public ReportDto(ReportDto.Type type, String name, String description)
public ReportDto.Type getType()
public String getDescription()
public String getName()
Copyright © 2013 evolveum. All rights reserved.