Class Submission


  • public class Submission
    extends Object
    • Constructor Detail

      • Submission

        public Submission​(Model model)
        initialize default values
    • Method Detail

      • afterUnmarshal

        public void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller,
                                   Object parent)
        Postprocessing sets task dependent data
      • 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()
      • getModelSolutions

        public List<String> getModelSolutions()
      • setModelSolutions

        public void setModelSolutions​(List<String> modelSolutions)
      • modelSolutionsProperty

        public javafx.beans.property.ListProperty<String> modelSolutionsProperty()
      • getCurrentModelSolution

        public String getCurrentModelSolution()
      • setCurrentModelSolution

        public void setCurrentModelSolution​(String currentModelSolution)
      • currentModelSolutionProperty

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

        public String getCurrentModelSolutionComment()
      • currentModelSolutionCommentProperty

        public javafx.beans.property.StringProperty currentModelSolutionCommentProperty()
      • getCurrentModelSolutionPath

        public String getCurrentModelSolutionPath()
      • currentModelSolutionPathProperty

        public javafx.beans.property.StringProperty currentModelSolutionPathProperty()
      • getRecentPaths

        public List<String> getRecentPaths()
      • setRecentPaths

        public void setRecentPaths​(List<String> recentPaths)
      • recentPathsProperty

        public javafx.beans.property.ListProperty<String> recentPathsProperty()
      • getCurrentPath

        public String getCurrentPath()
      • currentPathProperty

        public javafx.beans.property.StringProperty currentPathProperty()
      • isEmptyChoiceProperty

        public javafx.beans.property.BooleanProperty isEmptyChoiceProperty()