Class MoodHistoryItem

java.lang.Object
com.serinity.moodcontrol.dao.MoodHistoryItem

public class MoodHistoryItem extends Object
  • Constructor Details

    • MoodHistoryItem

      public MoodHistoryItem(long id, LocalDateTime dateTime, String momentType, int moodLevel)
  • Method Details

    • getId

      public long getId()
    • getDateTime

      public LocalDateTime getDateTime()
    • getMomentType

      public String getMomentType()
    • getMoodLevel

      public int getMoodLevel()
    • getEmotions

      public List<String> getEmotions()
    • getInfluences

      public List<String> getInfluences()