Class MultiRequestRow

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

public class MultiRequestRow extends Object
  • Property Details

  • Constructor Details

    • MultiRequestRow

      public MultiRequestRow()
      initialize default values
  • Method Details

    • getKey

      public String getKey()
      Gets the value of the property key.
      Property description:
    • setKey

      public void setKey(String key)
      Sets the value of the property key.
      Property description:
    • keyProperty

      public javafx.beans.property.StringProperty keyProperty()
      See Also:
    • getPathToTaskZip

      public String getPathToTaskZip()
      Gets the value of the property pathToTaskZip.
      Property description:
    • setPathToTaskZip

      public void setPathToTaskZip(String pathToTaskZip)
      Sets the value of the property pathToTaskZip.
      Property description:
    • pathToTaskZipProperty

      public javafx.beans.property.StringProperty pathToTaskZipProperty()
      See Also:
    • getVariability

      public CV getVariability()
      Gets the value of the property variability.
      Property description:
    • setVariability

      public void setVariability(CV variability)
      Sets the value of the property variability.
      Property description:
    • variabilityProperty

      public javafx.beans.property.ObjectProperty<CV> variabilityProperty()
      See Also:
    • getSubmission

      public SubmissionChoice getSubmission()
      Gets the value of the property submission.
      Property description:
    • setSubmission

      public void setSubmission(SubmissionChoice submission)
      Sets the value of the property submission.
      Property description:
    • submissionProperty

      public javafx.beans.property.ObjectProperty<SubmissionChoice> submissionProperty()
      See Also: