Class Submission

java.lang.Object
de.hsh.graja.gui.model.Submission

public class Submission extends Object
  • Property Details

  • Constructor Details

    • Submission

      public Submission(Model model)
      initialize default values
  • Method Details

    • afterUnmarshal

      public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
      Postprocessing sets task dependent data
    • getTakeFromTaskZip

      public boolean getTakeFromTaskZip()
      Gets the value of the property takeFromTaskZip.
      Property description:
    • setTakeFromTaskZip

      public void setTakeFromTaskZip(boolean takeFromTaskZip)
      Sets the value of the property takeFromTaskZip.
      Property description:
    • takeFromTaskZipProperty

      public javafx.beans.property.BooleanProperty takeFromTaskZipProperty()
      See Also:
    • getSingleModelSolution

      public boolean getSingleModelSolution()
      Gets the value of the property singleModelSolution.
      Property description:
    • setSingleModelSolution

      public void setSingleModelSolution(boolean singleModelSolution)
      Sets the value of the property singleModelSolution.
      Property description:
    • singleModelSolutionProperty

      public javafx.beans.property.BooleanProperty singleModelSolutionProperty()
      See Also:
    • getModelSolutions

      public List<String> getModelSolutions()
      Gets the value of the property modelSolutions.
      Property description:
    • setModelSolutions

      public void setModelSolutions(List<String> modelSolutions)
      Sets the value of the property modelSolutions.
      Property description:
    • modelSolutionsProperty

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

      public String getCurrentModelSolution()
      Gets the value of the property currentModelSolution.
      Property description:
    • setCurrentModelSolution

      public void setCurrentModelSolution(String currentModelSolution)
      Sets the value of the property currentModelSolution.
      Property description:
    • currentModelSolutionProperty

      public javafx.beans.property.StringProperty currentModelSolutionProperty()
      See Also:
    • getCurrentModelSolutionComment

      public String getCurrentModelSolutionComment()
      Gets the value of the property currentModelSolutionComment.
      Property description:
    • currentModelSolutionCommentProperty

      public javafx.beans.property.StringProperty currentModelSolutionCommentProperty()
      See Also:
    • getCurrentModelSolutionPath

      public String getCurrentModelSolutionPath()
      Gets the value of the property currentModelSolutionPath.
      Property description:
    • currentModelSolutionPathProperty

      public javafx.beans.property.StringProperty currentModelSolutionPathProperty()
      See Also:
    • getRecentPaths

      public List<String> getRecentPaths()
      Gets the value of the property recentPaths.
      Property description:
    • setRecentPaths

      public void setRecentPaths(List<String> recentPaths)
      Sets the value of the property recentPaths.
      Property description:
    • recentPathsProperty

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

      public String getCurrentPath()
      Gets the value of the property currentPath.
      Property description:
    • setCurrentPath

      public void setCurrentPath(String currentPath) throws ModelException
      Sets the value of the property currentPath.
      Property description:
      Throws:
      ModelException
    • currentPathProperty

      public javafx.beans.property.StringProperty currentPathProperty()
      See Also:
    • isEmptyChoiceProperty

      public javafx.beans.property.BooleanProperty isEmptyChoiceProperty()
    • createCurrentChoice

      public SubmissionChoice createCurrentChoice()
    • createEffectiveSingleChoices

      public List<SubmissionChoice> createEffectiveSingleChoices()