Class ErrorCollection.ErrorItem

java.lang.Object
com.atlassian.greenhopper.model.validation.ErrorCollection.ErrorItem
Enclosing class:
ErrorCollection

public static class ErrorCollection.ErrorItem extends Object
  • Constructor Details

  • Method Details

    • getContextId

      public String getContextId()
    • setContextId

      public void setContextId(String contextId)
    • getMessageKey

      public String getMessageKey()
    • setMessageKey

      public void setMessageKey(String messageKey)
    • getParams

      public Object[] getParams()
    • setParams

      public void setParams(Object[] params)
    • isContextualError

      public boolean isContextualError()
    • toString

      public String toString()
      Overrides:
      toString in class Object