Class PropertyResponse

java.lang.Object
io.goobi.viewer.model.job.upload.PropertyResponse

public class PropertyResponse extends Object
  • Constructor Details

    • PropertyResponse

      public PropertyResponse()
  • Method Details

    • getTitle

      public String getTitle()
      Returns:
      the title
    • setTitle

      public PropertyResponse setTitle(String title)
      Parameters:
      title - the title to set
      Returns:
      this;
    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

      public PropertyResponse setValue(String value)
      Parameters:
      value - the value to set
      Returns:
      this