Package cz.masci.springfx.demo.model
Class BookDetailModel
java.lang.Object
cz.masci.springfx.mvci.model.detail.impl.BaseDetailModel<Long>
cz.masci.springfx.demo.model.BookDetailModel
- All Implemented Interfaces:
Identifiable<Long>,DetailModel<Long>,DirtyModel,IdentifiableModel<Long>,ValidModel,io.github.palexdev.materialfx.validation.Validated,org.nield.dirtyfx.tracking.DirtyProperty
-
Property Summary
PropertiesProperties inherited from class cz.masci.springfx.mvci.model.detail.impl.BaseDetailModel
id, transientProperties inherited from interface cz.masci.springfx.mvci.model.detail.ValidModel
valid -
Field Summary
Fields inherited from interface io.github.palexdev.materialfx.validation.Validated
INVALID_PSEUDO_CLASS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theauthorproperty.getTitle()Gets the value of thetitleproperty.voidSets the value of theauthorproperty.voidSets the value of thetitleproperty.Methods inherited from class cz.masci.springfx.mvci.model.detail.impl.BaseDetailModel
addComposites, addConstraints, getComposite, getValidator, idProperty, transientPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cz.masci.springfx.mvci.model.detail.DirtyModel
isDirty, isDirtyProperty, rebaseline, resetMethods inherited from interface cz.masci.commons.springfx.data.Identifiable
getId, setIdMethods inherited from interface cz.masci.springfx.mvci.model.detail.IdentifiableModel
isTransientMethods inherited from interface io.github.palexdev.materialfx.validation.Validated
isValid, updateInvalid, validateMethods inherited from interface cz.masci.springfx.mvci.model.detail.ValidModel
validProperty
-
Property Details
-
title
- See Also:
-
author
- See Also:
-
-
Constructor Details
-
BookDetailModel
public BookDetailModel()
-
-
Method Details
-
getTitle
Gets the value of thetitleproperty.- Property description:
- Returns:
- the value of the
titleproperty - See Also:
-
titleProperty
- Returns:
- the
titleproperty - See Also:
-
setTitle
Sets the value of thetitleproperty.- Property description:
- Parameters:
title- the value for thetitleproperty- See Also:
-
getAuthor
Gets the value of theauthorproperty.- Property description:
- Returns:
- the value of the
authorproperty - See Also:
-
authorProperty
- Returns:
- the
authorproperty - See Also:
-
setAuthor
Sets the value of theauthorproperty.- Property description:
- Parameters:
author- the value for theauthorproperty- See Also:
-