Package com.kernelcrew.moodapp.ui
Class MoodEventForm.MoodEventDetails
java.lang.Object
com.kernelcrew.moodapp.ui.MoodEventForm.MoodEventDetails
- Enclosing class:
- MoodEventForm
-
Constructor Summary
ConstructorsConstructorDescriptionMoodEventDetails
(MoodEvent moodEvent) Extract the mood event details from a MoodEvent -
Method Summary
Modifier and TypeMethodDescriptiontoMoodEvent
(String uid) Convert the user details to a MoodEvent
-
Constructor Details
-
MoodEventDetails
Extract the mood event details from a MoodEvent- Parameters:
moodEvent
- MoodEvent to extract details from
-
-
Method Details
-
toMoodEvent
Convert the user details to a MoodEvent- Parameters:
uid
- The uid of the user owning the mood event- Returns:
- Mood event from the mood details and uid
-