public class EventDTO extends Object implements Serializable
| Constructor and Description |
|---|
EventDTO() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
NotificationState |
getState() |
Timestamp |
getTimestamp() |
String |
getUsername() |
void |
setId(long id) |
void |
setState(NotificationState state) |
void |
setTimestamp(Timestamp timestamp) |
void |
setUsername(String username) |
public long getId()
public void setId(long id)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
public String getUsername()
public void setUsername(String username)
public NotificationState getState()
public void setState(NotificationState state)
Copyright © 2017 Jasig. All Rights Reserved.