Class BackofficeJournalRow

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

public class BackofficeJournalRow extends Object
  • Property Details

  • Constructor Details

    • BackofficeJournalRow

      public BackofficeJournalRow()
    • BackofficeJournalRow

      public BackofficeJournalRow(long id, String userId, String userDisplay, String title, String createdAtText, String updatedAtText)
  • 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:
    • getTitle

      public String getTitle()
      Gets the value of the title property.
      Property description:
      Returns:
      the value of the title property
      See Also:
    • titleProperty

      public javafx.beans.property.StringProperty titleProperty()
      Returns:
      the title property
      See Also:
    • getCreatedAtText

      public String getCreatedAtText()
      Gets the value of the createdAtText property.
      Property description:
      Returns:
      the value of the createdAtText property
      See Also:
    • createdAtTextProperty

      public javafx.beans.property.StringProperty createdAtTextProperty()
      Returns:
      the createdAtText property
      See Also:
    • getUpdatedAtText

      public String getUpdatedAtText()
      Gets the value of the updatedAtText property.
      Property description:
      Returns:
      the value of the updatedAtText property
      See Also:
    • updatedAtTextProperty

      public javafx.beans.property.StringProperty updatedAtTextProperty()
      Returns:
      the updatedAtText property
      See Also: