Package de.hsh.graja.gui.model
Class RequestType
java.lang.Object
de.hsh.graja.gui.model.RequestType
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.StringProperty
javafx.beans.property.ListProperty<MultiRequestRow>
javafx.beans.property.StringProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
Gets the value of the property key.getRows()
Gets the value of the property rows.Gets the value of the property zipRootFolder.javafx.beans.property.BooleanProperty
javafx.beans.property.BooleanProperty
javafx.beans.property.StringProperty
javafx.beans.property.ListProperty<MultiRequestRow>
void
setIsSingleType
(boolean isSingleType) void
Sets the value of the property key.void
setRows
(List<MultiRequestRow> rows) Sets the value of the property rows.void
setZipRootFolder
(String zipRootFolder) Sets the value of the property zipRootFolder.javafx.beans.property.StringProperty
-
Property Details
-
key
public javafx.beans.property.StringProperty keyProperty- See Also:
-
rows
- See Also:
-
zipRootFolder
public javafx.beans.property.StringProperty zipRootFolderProperty- See Also:
-
-
Constructor Details
-
RequestType
public RequestType()initialize default values
-
-
Method Details
-
getIsSingleType
public boolean getIsSingleType() -
setIsSingleType
public void setIsSingleType(boolean isSingleType) -
isSingleTypeProperty
public javafx.beans.property.BooleanProperty isSingleTypeProperty() -
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:
-
getRows
Gets the value of the property rows.- Property description:
-
setRows
Sets the value of the property rows.- Property description:
-
rowsProperty
- See Also:
-
getZipRootFolder
Gets the value of the property zipRootFolder.- Property description:
-
setZipRootFolder
Sets the value of the property zipRootFolder.- Property description:
-
zipRootFolderProperty
public javafx.beans.property.StringProperty zipRootFolderProperty()- See Also:
-
isValidMultiRequest
public javafx.beans.property.BooleanProperty isValidMultiRequest()
-