Serialized Form
-
Package com.example.slacks_lottoevent.model
-
Class com.example.slacks_lottoevent.model.Event
class Event extends Object implements Serializable-
Serialized Fields
-
cancelled
ArrayList<String> cancelled
-
cancelledNotificationsList
ArrayList<String> cancelledNotificationsList
-
description
String description
-
deviceId
String deviceId
-
disabled
Boolean disabled
-
entrantsChosen
Boolean entrantsChosen
-
eventDate
String eventDate
-
eventID
String eventID
-
eventPosterURL
String eventPosterURL
-
eventSlots
int eventSlots
-
finalists
ArrayList<String> finalists
-
geoLocation
Boolean geoLocation
-
joinedNotificationsList
ArrayList<String> joinedNotificationsList
-
joinLocations
ArrayList<HashMap<String,
List<Double>>> joinLocations -
location
String location
-
name
String name
-
price
String price
-
qrCodeData
String qrCodeData
-
qrHash
String qrHash
-
reselected
ArrayList<String> reselected
-
selected
ArrayList<String> selected
-
selectedNotificationsList
ArrayList<String> selectedNotificationsList
-
signupDeadline
String signupDeadline
-
time
String time
-
waitListCapacity
int waitListCapacity
-
waitlisted
ArrayList<String> waitlisted
-
waitlistedNotificationsList
ArrayList<String> waitlistedNotificationsList
-
-
-
-
Package com.example.slacks_lottoevent.viewmodel.adapter
-
Class com.example.slacks_lottoevent.viewmodel.adapter.EventArrayAdapter
class EventArrayAdapter extends android.widget.ArrayAdapter<Event> implements Serializable -
Class com.example.slacks_lottoevent.viewmodel.adapter.OrganizerEventArrayAdapter
class OrganizerEventArrayAdapter extends android.widget.ArrayAdapter<Event> implements Serializable
-