| Modifier and Type | Method and Description |
|---|---|
User |
Event.getCreator() |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
Event.getParticipantsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.addCreator(User creator) |
void |
Event.addParticipant(User participant) |
void |
Event.setCreator(User creator) |
| Constructor and Description |
|---|
Event(Integer id,
String title,
Event.Category category,
String description,
String longDescription,
Date eventDate,
String location,
int participants,
long duration,
User creator) |
Event(String title,
Event.Category category,
String description,
String longDescription,
Date eventDate,
String location,
long duration,
User creator) |
Copyright © 2016. All rights reserved.