public class DelegationEventReport extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Date |
_eventDate |
protected String |
_eventDescription |
protected String |
_eventType |
protected String |
_eventUser |
static String |
FIELD_EVENTDATE |
static String |
FIELD_EVENTDESCRIPTION |
static String |
FIELD_EVENTTYPE |
static String |
FIELD_EVENTUSER |
| Constructor and Description |
|---|
DelegationEventReport() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEventDate() |
String |
getEventDescription() |
String |
getEventType() |
String |
getEventUser() |
DelegationEventReport |
safeSetEventDate(Date value) |
DelegationEventReport |
safeSetEventDescription(String value) |
DelegationEventReport |
safeSetEventType(String value) |
DelegationEventReport |
safeSetEventUser(String value) |
DelegationEventReport |
setEventDate(Date value) |
DelegationEventReport |
setEventDescription(String value) |
DelegationEventReport |
setEventType(String value) |
DelegationEventReport |
setEventUser(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_EVENTDATE
public static final String FIELD_EVENTDESCRIPTION
public static final String FIELD_EVENTTYPE
public static final String FIELD_EVENTUSER
protected Date _eventDate
protected String _eventDescription
protected String _eventType
protected String _eventUser
public DelegationEventReport setEventDate(Date value)
public DelegationEventReport safeSetEventDate(Date value)
public Date getEventDate()
public DelegationEventReport setEventDescription(String value)
public DelegationEventReport safeSetEventDescription(String value)
public String getEventDescription()
public DelegationEventReport setEventType(String value)
public DelegationEventReport safeSetEventType(String value)
public String getEventType()
public DelegationEventReport setEventUser(String value)
public DelegationEventReport safeSetEventUser(String value)
public String getEventUser()
Copyright 2022 OneSpan All rights reserved.