Package com.example.oblong
Class Event
java.lang.Object
com.example.oblong.Event
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
ThegetEventCapacity
method gets the event capacityThegetEventCloseDate
method gets the event close dateThegetEventDescription
method gets the event descriptionThegetEventID
method gets the event IDThegetEventName
method gets the event nameThegetPoster
method gets the postervoid
setEventCapacity
(Long eventCapacity) ThesetEventCapacity
method sets the event capacityvoid
setEventCloseDate
(Date eventCloseDate) ThesetEventCloseDate
method sets the event close datevoid
setEventDescription
(String eventDescription) ThesetEventDescription
method sets the event descriptionvoid
setEventID
(String eventID) ThesetEventID
method sets the event IDvoid
setEventName
(String eventName) ThesetEventName
method sets the event namevoid
ThesetPoster
method sets the postervoid
-
Constructor Details
-
Event
TheEvent
method retrieves an event data from Firebase- Parameters:
eventID
-
-
-
Method Details
-
getEventName
ThegetEventName
method gets the event name- Returns:
-
setEventName
ThesetEventName
method sets the event name- Parameters:
eventName
-
-
getEventDescription
ThegetEventDescription
method gets the event description- Returns:
-
setEventDescription
ThesetEventDescription
method sets the event description- Parameters:
eventDescription
-
-
getEventCloseDate
ThegetEventCloseDate
method gets the event close date- Returns:
-
setEventCloseDate
ThesetEventCloseDate
method sets the event close date- Parameters:
eventCloseDate
-
-
getEventCapacity
public int getEventCapacity()ThegetEventCapacity
method gets the event capacity- Returns:
-
setEventCapacity
ThesetEventCapacity
method sets the event capacity- Parameters:
eventCapacity
-
-
getEventID
ThegetEventID
method gets the event ID- Returns:
-
setEventID
ThesetEventID
method sets the event ID- Parameters:
eventID
-
-
getPoster
ThegetPoster
method gets the poster- Returns:
-
setPoster
ThesetPoster
method sets the poster- Parameters:
poster
-
-
setStatus
-
getStatus
-