Class ProblemInfo


  • public class ProblemInfo
    extends Object
    • Constructor Detail

      • ProblemInfo

        public ProblemInfo​(int pLine,
                           com.iamsoft.util.validation.ValidationError pError)
    • Method Detail

      • getLine

        public int getLine()
      • getLineText

        public Object getLineText()
      • getValidationError

        public com.iamsoft.util.validation.ValidationError getValidationError()
      • getSeverity

        public com.iamsoft.util.validation.ValidationError.Severity getSeverity()
      • getDescription

        public String getDescription()
      • getOffset

        public int getOffset()
      • getLength

        public int getLength()
      • getProblemTypeId

        public int getProblemTypeId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object