Class SubjectListModel

java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.gui.form.nmodel.SubjectListModel
All Implemented Interfaces:
IModel<SubjectList>

public class SubjectListModel extends Object implements IModel<SubjectList>
Represents a model object of a subject list entity.
  • Property Details

    • idSubjectList

      public javafx.beans.property.IntegerProperty idSubjectListProperty
      Gets subject list entity id.
    • subjectName

      public javafx.beans.property.StringProperty subjectNameProperty
      Gets subject list entity name.
  • Constructor Details

    • SubjectListModel

      public SubjectListModel()
  • Method Details

    • importEntity

      public void importEntity(SubjectList entity)
      Description copied from interface: IModel
      Imports entity field to model.
      Specified by:
      importEntity in interface IModel<SubjectList>
      Parameters:
      entity - reference entity
    • exportEntity

      public SubjectList exportEntity()
      Description copied from interface: IModel
      Exports entity from model.
      Specified by:
      exportEntity in interface IModel<SubjectList>
      Returns:
      entity from model
    • idSubjectListProperty

      public javafx.beans.property.IntegerProperty idSubjectListProperty()
      Gets subject list entity id.
    • subjectNameProperty

      public javafx.beans.property.StringProperty subjectNameProperty()
      Gets subject list entity name.