Class ScheduleActionDateModel
java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.gui.form.nmodel.ScheduleActionDateModel
- All Implemented Interfaces:
IModel<ScheduleActionDate>
Represents a model object of a schedule action date entity.
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.ListProperty<ScheduleAction>
Gets list of all schedule actions entities.javafx.beans.property.ObjectProperty<LocalDate>
Gets schedule action date entity date.javafx.beans.property.IntegerProperty
Gets schedule action date entity id.javafx.beans.property.ObjectProperty<ScheduleAction>
Gets selected schedule action entity.javafx.beans.property.StringProperty
Gets schedule action date theme. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ListProperty<ScheduleAction>
Gets list of all schedule actions entities.javafx.beans.property.ObjectProperty<LocalDate>
Gets schedule action date entity date.Exports entity from model.void
void
importEntity
(ScheduleActionDate entity) Imports entity field to model.javafx.beans.property.IntegerProperty
Gets schedule action date entity id.javafx.beans.property.ObjectProperty<ScheduleAction>
Gets selected schedule action entity.javafx.beans.property.StringProperty
Gets schedule action date theme.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cz.zcu.fav.kiv.mjakubas.saf.gui.form.nmodel.IModel
makeAdditionalRequests
-
Property Details
-
scheduleActionDateID
public javafx.beans.property.IntegerProperty scheduleActionDateIDPropertyGets schedule action date entity id. -
date
Gets schedule action date entity date. -
theme
public javafx.beans.property.StringProperty themePropertyGets schedule action date theme. -
allScheduleActions
Gets list of all schedule actions entities. -
selectedScheduleAction
Gets selected schedule action entity.
-
-
Constructor Details
-
ScheduleActionDateModel
public ScheduleActionDateModel()
-
-
Method Details
-
importEntity
Description copied from interface:IModel
Imports entity field to model.- Specified by:
importEntity
in interfaceIModel<ScheduleActionDate>
- Parameters:
entity
- reference entity
-
exportEntity
Description copied from interface:IModel
Exports entity from model.- Specified by:
exportEntity
in interfaceIModel<ScheduleActionDate>
- Returns:
- entity from model
-
fillAdditionalEntities
- Specified by:
fillAdditionalEntities
in interfaceIModel<ScheduleActionDate>
- Throws:
FetchException
-
scheduleActionDateIDProperty
public javafx.beans.property.IntegerProperty scheduleActionDateIDProperty()Gets schedule action date entity id. -
dateProperty
Gets schedule action date entity date. -
themeProperty
public javafx.beans.property.StringProperty themeProperty()Gets schedule action date theme. -
allScheduleActionsProperty
Gets list of all schedule actions entities. -
selectedScheduleActionProperty
Gets selected schedule action entity.
-