public class TrackedEventDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected UserDto |
author |
protected Set<RoleType> |
authorRoles |
protected Date |
date |
protected String |
log |
protected TrackedEventType |
type |
| Constructor and Description |
|---|
TrackedEventDto() |
| Modifier and Type | Method and Description |
|---|---|
UserDto |
getAuthor() |
Set<RoleType> |
getAuthorRoles() |
Date |
getDate() |
String |
getLog() |
TrackedEventType |
getType() |
void |
setAuthor(UserDto author) |
void |
setAuthorRoles(Set<RoleType> authorRoles) |
void |
setDate(Date date) |
void |
setLog(String log) |
void |
setType(TrackedEventType type) |
protected Date date
protected TrackedEventType type
protected UserDto author
protected String log
public Date getDate()
public void setDate(Date date)
public TrackedEventType getType()
public void setType(TrackedEventType type)
public UserDto getAuthor()
public void setAuthor(UserDto author)
public String getLog()
public void setLog(String log)
Copyright © 2013–2014 Inra. All rights reserved.