Class BackofficeMoodRow

java.lang.Object
com.serinity.moodcontrol.dto.backoffice.BackofficeMoodRow

public class BackofficeMoodRow extends Object
  • Property Details

  • Constructor Details

    • BackofficeMoodRow

      public BackofficeMoodRow()
    • BackofficeMoodRow

      public BackofficeMoodRow(long id, String userId, String userDisplay, String momentType, int moodLevel, String entryDateText, String emotions, String influences)
  • Method Details

    • getId

      public long getId()
      Gets the value of the id property.
      Property description:
      Returns:
      the value of the id property
      See Also:
    • idProperty

      public javafx.beans.property.LongProperty idProperty()
      Returns:
      the id property
      See Also:
    • getUserId

      public String getUserId()
      Gets the value of the userId property.
      Property description:
      Returns:
      the value of the userId property
      See Also:
    • userIdProperty

      public javafx.beans.property.StringProperty userIdProperty()
      Returns:
      the userId property
      See Also:
    • getUserDisplay

      public String getUserDisplay()
      Gets the value of the userDisplay property.
      Property description:
      Returns:
      the value of the userDisplay property
      See Also:
    • userDisplayProperty

      public javafx.beans.property.StringProperty userDisplayProperty()
      Returns:
      the userDisplay property
      See Also:
    • getMomentType

      public String getMomentType()
      Gets the value of the momentType property.
      Property description:
      Returns:
      the value of the momentType property
      See Also:
    • momentTypeProperty

      public javafx.beans.property.StringProperty momentTypeProperty()
      Returns:
      the momentType property
      See Also:
    • getMoodLevel

      public int getMoodLevel()
      Gets the value of the moodLevel property.
      Property description:
      Returns:
      the value of the moodLevel property
      See Also:
    • moodLevelProperty

      public javafx.beans.property.IntegerProperty moodLevelProperty()
      Returns:
      the moodLevel property
      See Also:
    • getEntryDateText

      public String getEntryDateText()
      Gets the value of the entryDateText property.
      Property description:
      Returns:
      the value of the entryDateText property
      See Also:
    • entryDateTextProperty

      public javafx.beans.property.StringProperty entryDateTextProperty()
      Returns:
      the entryDateText property
      See Also:
    • getEmotions

      public String getEmotions()
      Gets the value of the emotions property.
      Property description:
      Returns:
      the value of the emotions property
      See Also:
    • emotionsProperty

      public javafx.beans.property.StringProperty emotionsProperty()
      Returns:
      the emotions property
      See Also:
    • getInfluences

      public String getInfluences()
      Gets the value of the influences property.
      Property description:
      Returns:
      the value of the influences property
      See Also:
    • influencesProperty

      public javafx.beans.property.StringProperty influencesProperty()
      Returns:
      the influences property
      See Also: