public class AuditReportDto extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
F_AUDITEVENTTYPE |
static String |
F_FROM |
static String |
F_TO |
Constructor and Description |
---|
AuditReportDto() |
Modifier and Type | Method and Description |
---|---|
AuditEventType |
getAuditEventType() |
Timestamp |
getDateFrom() |
Timestamp |
getDateTo() |
Date |
getFrom() |
Date |
getTo() |
void |
setAuditEventType(AuditEventType auditEventType) |
void |
setFrom(Date from) |
void |
setTo(Date to) |
public static final String F_FROM
public static final String F_TO
public static final String F_AUDITEVENTTYPE
public Date getFrom()
public void setFrom(Date from)
public Date getTo()
public void setTo(Date to)
public AuditEventType getAuditEventType()
public void setAuditEventType(AuditEventType auditEventType)
public Timestamp getDateFrom()
public Timestamp getDateTo()
Copyright © 2013 evolveum. All rights reserved.