Class BackofficeJournalRow
java.lang.Object
com.serinity.moodcontrol.dto.backoffice.BackofficeJournalRow
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.StringPropertyjavafx.beans.property.LongPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringProperty -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.StringPropertyGets the value of thecreatedAtTextproperty.longgetId()Gets the value of theidproperty.getTitle()Gets the value of thetitleproperty.Gets the value of theupdatedAtTextproperty.Gets the value of theuserDisplayproperty.Gets the value of theuserIdproperty.javafx.beans.property.LongPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringProperty
-
Property Details
-
id
public javafx.beans.property.LongProperty idProperty- See Also:
-
userId
public javafx.beans.property.StringProperty userIdProperty- See Also:
-
userDisplay
public javafx.beans.property.StringProperty userDisplayProperty- See Also:
-
title
public javafx.beans.property.StringProperty titleProperty- See Also:
-
createdAtText
public javafx.beans.property.StringProperty createdAtTextProperty- See Also:
-
updatedAtText
public javafx.beans.property.StringProperty updatedAtTextProperty- See Also:
-
-
Constructor Details
-
BackofficeJournalRow
public BackofficeJournalRow() -
BackofficeJournalRow
-
-
Method Details
-
getId
public long getId()Gets the value of theidproperty.- Property description:
- Returns:
- the value of the
idproperty - See Also:
-
idProperty
public javafx.beans.property.LongProperty idProperty()- Returns:
- the
idproperty - See Also:
-
getUserId
Gets the value of theuserIdproperty.- Property description:
- Returns:
- the value of the
userIdproperty - See Also:
-
userIdProperty
public javafx.beans.property.StringProperty userIdProperty()- Returns:
- the
userIdproperty - See Also:
-
getUserDisplay
Gets the value of theuserDisplayproperty.- Property description:
- Returns:
- the value of the
userDisplayproperty - See Also:
-
userDisplayProperty
public javafx.beans.property.StringProperty userDisplayProperty()- Returns:
- the
userDisplayproperty - See Also:
-
getTitle
Gets the value of thetitleproperty.- Property description:
- Returns:
- the value of the
titleproperty - See Also:
-
titleProperty
public javafx.beans.property.StringProperty titleProperty()- Returns:
- the
titleproperty - See Also:
-
getCreatedAtText
Gets the value of thecreatedAtTextproperty.- Property description:
- Returns:
- the value of the
createdAtTextproperty - See Also:
-
createdAtTextProperty
public javafx.beans.property.StringProperty createdAtTextProperty()- Returns:
- the
createdAtTextproperty - See Also:
-
getUpdatedAtText
Gets the value of theupdatedAtTextproperty.- Property description:
- Returns:
- the value of the
updatedAtTextproperty - See Also:
-
updatedAtTextProperty
public javafx.beans.property.StringProperty updatedAtTextProperty()- Returns:
- the
updatedAtTextproperty - See Also:
-