| Package | Description |
|---|---|
| es.uvigo.esei.dgss.letta.domain.entities |
| Modifier and Type | Method and Description |
|---|---|
Event.Category |
Event.getCategory()
Returns the
Event.Category of the event. |
static Event.Category |
Event.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Category[] |
Event.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setCategory(Event.Category category)
Changes the
Event.Category of the event. |
| Constructor and Description |
|---|
Event(Event.Category category,
String title,
String summary,
LocalDateTime date,
String location,
String description,
String place)
Constructs a new instance of
Event. |
Event(Event.Category category,
String title,
String summary,
LocalDateTime date,
String location,
String description,
String place,
LocalDateTime createdAt)
Constructs a new instance of
Event. |
Copyright © 2016. All rights reserved.