public class Report extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Date |
_from |
protected Date |
_to |
static String |
FIELD_FROM |
static String |
FIELD_TO |
| Constructor and Description |
|---|
Report() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getFrom() |
Date |
getTo() |
Report |
safeSetFrom(Date value) |
Report |
safeSetTo(Date value) |
Report |
setFrom(Date value) |
Report |
setTo(Date value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_FROM
public static final String FIELD_TO
protected Date _from
protected Date _to
Copyright 2022 OneSpan All rights reserved.