Class SubmissionChoice

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

public class SubmissionChoice extends Object
  • Property Details

  • Constructor Details

    • SubmissionChoice

      public SubmissionChoice()
      initialize default values
  • Method Details

    • 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:
    • 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:
    • 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:
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toString

      public static String toString(SubmissionChoice submission)
    • fromString

      public static SubmissionChoice fromString(String string)