Package de.hsh.graja.gui.model
Class MultiRequestRow
java.lang.Object
de.hsh.graja.gui.model.MultiRequestRow
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.ObjectProperty<SubmissionChoice>
javafx.beans.property.ObjectProperty<CV>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Gets the value of the property key.Gets the value of the property pathToTaskZip.Gets the value of the property submission.Gets the value of the property variability.javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
void
Sets the value of the property key.void
setPathToTaskZip
(String pathToTaskZip) Sets the value of the property pathToTaskZip.void
setSubmission
(SubmissionChoice submission) Sets the value of the property submission.void
setVariability
(CV variability) Sets the value of the property variability.javafx.beans.property.ObjectProperty<SubmissionChoice>
javafx.beans.property.ObjectProperty<CV>
-
Property Details
-
key
public javafx.beans.property.StringProperty keyProperty- See Also:
-
pathToTaskZip
public javafx.beans.property.StringProperty pathToTaskZipProperty- See Also:
-
variability
- See Also:
-
submission
-
-
Constructor Details
-
MultiRequestRow
public MultiRequestRow()initialize default values
-
-
Method Details
-
getKey
Gets the value of the property key.- Property description:
-
setKey
Sets the value of the property key.- Property description:
-
keyProperty
public javafx.beans.property.StringProperty keyProperty()- See Also:
-
getPathToTaskZip
Gets the value of the property pathToTaskZip.- Property description:
-
setPathToTaskZip
Sets the value of the property pathToTaskZip.- Property description:
-
pathToTaskZipProperty
public javafx.beans.property.StringProperty pathToTaskZipProperty()- See Also:
-
getVariability
Gets the value of the property variability.- Property description:
-
setVariability
Sets the value of the property variability.- Property description:
-
variabilityProperty
- See Also:
-
getSubmission
Gets the value of the property submission.- Property description:
-
setSubmission
Sets the value of the property submission.- Property description:
-
submissionProperty
-