Package cz.masci.springfx.demo.model
Class LOTRDetailModel
java.lang.Object
cz.masci.springfx.mvci.model.detail.impl.BaseDetailModel<Long>
cz.masci.springfx.demo.model.LOTRDetailModel
- 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.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.DirtyStringPropertyGets the value of thecharacterproperty.Gets the value of thelocationproperty.org.nield.dirtyfx.beans.DirtyStringPropertyvoidsetCharacter(String character) Sets the value of thecharacterproperty.voidsetLocation(String location) Sets the value of thelocationproperty.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
-
character
public org.nield.dirtyfx.beans.DirtyStringProperty characterProperty- See Also:
-
location
public org.nield.dirtyfx.beans.DirtyStringProperty locationProperty- See Also:
-
-
Constructor Details
-
LOTRDetailModel
public LOTRDetailModel()
-
-
Method Details
-
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:
-