| Modifier and Type | Method and Description |
|---|---|
User |
Event.getCreator()
The getter for the event creator
|
User |
Registration.getUser()
Returns the registered user.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
Event.getEventsJoinedByUsers()
Return all the users who have joined an event
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setCreator(User creator)
The setter for the event creator
|
| Constructor and Description |
|---|
Event(EventType eventType,
String title,
String shortDescription,
Date date,
String location,
User creator)
Creates a new instance of
Event. |
Registration(User user)
Constructs a new instance of
Registration. |
Copyright © 2015. All rights reserved.