Class SubmissionChoice


  • public class SubmissionChoice
    extends Object
    • Constructor Detail

      • SubmissionChoice

        public SubmissionChoice()
        initialize default values
    • Method Detail

      • getTakeFromTaskZip

        public boolean getTakeFromTaskZip()
      • setTakeFromTaskZip

        public void setTakeFromTaskZip​(boolean takeFromTaskZip)
      • takeFromTaskZipProperty

        public javafx.beans.property.BooleanProperty takeFromTaskZipProperty()
      • getSingleModelSolution

        public boolean getSingleModelSolution()
      • setSingleModelSolution

        public void setSingleModelSolution​(boolean singleModelSolution)
      • singleModelSolutionProperty

        public javafx.beans.property.BooleanProperty singleModelSolutionProperty()
      • getCurrentModelSolution

        public String getCurrentModelSolution()
      • setCurrentModelSolution

        public void setCurrentModelSolution​(String currentModelSolution)
      • currentModelSolutionProperty

        public javafx.beans.property.StringProperty currentModelSolutionProperty()
      • getCurrentPath

        public String getCurrentPath()
      • currentPathProperty

        public javafx.beans.property.StringProperty currentPathProperty()