Class Model

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

public class Model extends Object
  • Constructor Details

    • Model

      public Model()
      Initialize default values
  • Method Details

    • getUserPref

      public UserPref getUserPref()
    • getTask

      public Task getTask()
    • getVariability

      public Variability getVariability()
    • getDescription

      public Description getDescription()
    • getSubmission

      public Submission getSubmission()
    • getRequestParameters

      public RequestParameters getRequestParameters()
    • getRequestType

      public RequestType getRequestType()
    • setCurrentTaskPath

      public void setCurrentTaskPath(String newCurrentPath) throws ModelException
      Throws:
      ModelException
    • createFromPreferencesFile

      public static Model createFromPreferencesFile()
    • saveToPreferencesFile

      public void saveToPreferencesFile() throws ModelException
      Throws:
      ModelException
    • isValidRequestProperty

      public javafx.beans.property.BooleanProperty isValidRequestProperty()