| Modifier and Type | Method and Description |
|---|---|
Event.Status |
Event.getStatus() |
static Event.Status |
Event.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Status[] |
Event.Status.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.setStatus(Event.Status status) |
| Constructor and Description |
|---|
Event(Long id,
String name,
String type,
org.joda.time.DateTime start,
org.joda.time.DateTime end,
String textDate,
org.joda.time.DateTime signUpStart,
org.joda.time.DateTime signUpEnd,
Long locationDropDown,
String location,
String iconURL,
List<String> genres,
String cost,
Integer ageLimit,
Boolean beginnerFriendly,
String storyDescription,
String infoDescription,
String organizerName,
String organizerEmail,
String link1,
String link2,
Event.Status status,
String password,
Boolean eventFull,
Boolean invitationOnly,
Boolean languageFree,
Long illusionId) |
Copyright © 2016 Foyt. All rights reserved.