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 the property author.getTitle()Gets the value of the property title.voidSets the value of the property author.voidSets the value of the property title.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 the property title.- Property description:
-
titleProperty
- See Also:
-
setTitle
Sets the value of the property title.- Property description:
-
getAuthor
Gets the value of the property author.- Property description:
-
authorProperty
- See Also:
-
setAuthor
Sets the value of the property author.- Property description:
-