Class FixedFileFieldValidationResult

    • Field Detail

      • ROW_COL_UNSET

        public static final int ROW_COL_UNSET
        Row or col number index not set
        See Also:
        Constant Field Values
    • Constructor Detail

      • FixedFileFieldValidationResult

        public FixedFileFieldValidationResult​(boolean valid,
                                              String fieldLabel,
                                              String message,
                                              Exception exception)
      • FixedFileFieldValidationResult

        public FixedFileFieldValidationResult​(boolean valid,
                                              String fieldLabel,
                                              String message,
                                              Exception exception,
                                              int row,
                                              int col)
    • Method Detail

      • getRow

        public int getRow()
      • setRow

        public void setRow​(int row)
      • getCol

        public int getCol()
      • setCol

        public void setCol​(int col)
      • isValid

        public boolean isValid()
      • setValid

        public void setValid​(boolean valid)
      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String message)
      • getException

        public Exception getException()
      • setException

        public void setException​(Exception exception)
      • getFieldLabel

        public String getFieldLabel()
      • setFieldLabel

        public void setFieldLabel​(String fieldLabel)