Interface IdentifiableModel<T>
- Type Parameters:
T- The type of the identifier
- All Superinterfaces:
Identifiable<T>
- All Known Subinterfaces:
DetailModel<T>
- All Known Implementing Classes:
BaseDetailModel
The IdentifiableModel interface defines a contract for objects that have an identifier and
can be identified as a transient.
-
Property Summary
PropertiesProperties inherited from interface cz.masci.commons.springfx.data.Identifiable
id -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturnstrueif this object is transient and doesn't have id set.javafx.beans.binding.BooleanExpressionMethods inherited from interface cz.masci.commons.springfx.data.Identifiable
getId, idProperty, setId
-
Property Details
-
transient
javafx.beans.binding.BooleanExpression transientProperty
-
-
Method Details
-
transientProperty
javafx.beans.binding.BooleanExpression transientProperty() -
isTransient
default boolean isTransient()Returnstrueif this object is transient and doesn't have id set. If this object is persisted it returnsfalse.
-