Class RequestType

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

public class RequestType extends Object
  • Property Details

  • 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

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

      public List<MultiRequestRow> getRows()
      Gets the value of the property rows.
      Property description:
    • setRows

      public void setRows(List<MultiRequestRow> rows)
      Sets the value of the property rows.
      Property description:
    • rowsProperty

      public javafx.beans.property.ListProperty<MultiRequestRow> rowsProperty()
      See Also:
    • getZipRootFolder

      public String getZipRootFolder()
      Gets the value of the property zipRootFolder.
      Property description:
    • setZipRootFolder

      public void setZipRootFolder(String zipRootFolder)
      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()