Package org.icij.datashare
Class UserEvent
- java.lang.Object
-
- org.icij.datashare.UserEvent
-
public class UserEvent extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserEvent.Type
-
Field Summary
Fields Modifier and Type Field Description DatecreationDateintidDatemodificationDateStringnameUserEvent.TypetypeURIuriUseruser
-
Constructor Summary
Constructors Constructor 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)
-
-
-
Constructor Detail
-
UserEvent
public UserEvent(int id, User user, UserEvent.Type type, String name, URI uri, Date creationDate, Date modificationDate)
-
UserEvent
public UserEvent(User user, UserEvent.Type type, String name, URI uri, Date creationDate, Date modificationDate)
-
UserEvent
public UserEvent(User user, UserEvent.Type type, String name, URI uri)
-
-