Package cz.masci.springfx.demo.model
Class PotterDetailModel
java.lang.Object
cz.masci.springfx.mvci.model.detail.impl.BaseDetailModel<Long>
cz.masci.springfx.demo.model.PotterDetailModel
- All Implemented Interfaces:
Identifiable<Long>,DetailModel<Long>,DirtyModel,IdentifiableModel<Long>,ValidModel,io.github.palexdev.materialfx.validation.Validated,org.nield.dirtyfx.tracking.DirtyProperty
-
Property Summary
PropertiesTypePropertyDescriptionorg.nield.dirtyfx.beans.DirtyStringPropertyorg.nield.dirtyfx.beans.DirtyStringPropertyorg.nield.dirtyfx.beans.DirtyStringPropertyorg.nield.dirtyfx.beans.DirtyStringPropertyProperties 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 TypeMethodDescriptionorg.nield.dirtyfx.beans.DirtyStringPropertyorg.nield.dirtyfx.beans.DirtyStringPropertygetBook()Gets the value of thebookproperty.Gets the value of thecharacterproperty.Gets the value of thelocationproperty.getQuote()Gets the value of thequoteproperty.org.nield.dirtyfx.beans.DirtyStringPropertyorg.nield.dirtyfx.beans.DirtyStringPropertyvoidSets the value of thebookproperty.voidsetCharacter(String character) Sets the value of thecharacterproperty.voidsetLocation(String location) Sets the value of thelocationproperty.voidSets the value of thequoteproperty.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
-
book
public org.nield.dirtyfx.beans.DirtyStringProperty bookProperty- See Also:
-
character
public org.nield.dirtyfx.beans.DirtyStringProperty characterProperty- See Also:
-
location
public org.nield.dirtyfx.beans.DirtyStringProperty locationProperty- See Also:
-
quote
public org.nield.dirtyfx.beans.DirtyStringProperty quoteProperty- See Also:
-
-
Constructor Details
-
PotterDetailModel
public PotterDetailModel()
-
-
Method Details
-
getBook
Gets the value of thebookproperty.- Property description:
- Returns:
- the value of the
bookproperty - See Also:
-
bookProperty
public org.nield.dirtyfx.beans.DirtyStringProperty bookProperty()- Returns:
- the
bookproperty - See Also:
-
setBook
Sets the value of thebookproperty.- Property description:
- Parameters:
book- the value for thebookproperty- See Also:
-
getCharacter
Gets the value of thecharacterproperty.- Property description:
- Returns:
- the value of the
characterproperty - See Also:
-
characterProperty
public org.nield.dirtyfx.beans.DirtyStringProperty characterProperty()- Returns:
- the
characterproperty - See Also:
-
setCharacter
Sets the value of thecharacterproperty.- Property description:
- Parameters:
character- the value for thecharacterproperty- See Also:
-
getLocation
Gets the value of thelocationproperty.- Property description:
- Returns:
- the value of the
locationproperty - See Also:
-
locationProperty
public org.nield.dirtyfx.beans.DirtyStringProperty locationProperty()- Returns:
- the
locationproperty - See Also:
-
setLocation
Sets the value of thelocationproperty.- Property description:
- Parameters:
location- the value for thelocationproperty- See Also:
-
getQuote
Gets the value of thequoteproperty.- Property description:
- Returns:
- the value of the
quoteproperty - See Also:
-
quoteProperty
public org.nield.dirtyfx.beans.DirtyStringProperty quoteProperty()- Returns:
- the
quoteproperty - See Also:
-
setQuote
Sets the value of thequoteproperty.- Property description:
- Parameters:
quote- the value for thequoteproperty- See Also:
-