Class JsonResult.FieldMessage

java.lang.Object
io.milton.common.JsonResult.FieldMessage
Enclosing class:
JsonResult

public class JsonResult.FieldMessage extends Object
Represents a message (usually a validation error) pertaining to a field The field name is the name of the POST variable which caused the error
  • Constructor Details

    • FieldMessage

      public FieldMessage()
    • FieldMessage

      public FieldMessage(String field, String message)
  • Method Details

    • getField

      public String getField()
    • setField

      public void setField(String field)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)