public class UserEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserEvent.Type |
| Modifier and Type | Field and Description |
|---|---|
Date |
creationDate |
int |
id |
Date |
modificationDate |
String |
name |
UserEvent.Type |
type |
URI |
uri |
User |
user |
| Constructor and Description |
|---|
UserEvent(int id,
User user,
UserEvent.Type type,
String name,
URI uri,
Date creationDate,
Date modificationDate) |
UserEvent(User user,
UserEvent.Type type,
String name,
URI uri) |
UserEvent(User user,
UserEvent.Type type,
String name,
URI uri,
Date creationDate,
Date modificationDate) |
public final int id
public final User user
public final Date creationDate
public final Date modificationDate
public final UserEvent.Type type
public final String name
public final URI uri
public UserEvent(int id,
User user,
UserEvent.Type type,
String name,
URI uri,
Date creationDate,
Date modificationDate)
public UserEvent(User user, UserEvent.Type type, String name, URI uri, Date creationDate, Date modificationDate)
public UserEvent(User user, UserEvent.Type type, String name, URI uri)
Copyright © 2020–2021 ICIJ. All rights reserved.