Class TableValidationObject

All Implemented Interfaces:
Serializable

public class TableValidationObject extends ValidationObject
TableValidationObject extends ValidationObject to provide row and column information of the value to be validated.
See Also:
  • Constructor Details

    • TableValidationObject

      public TableValidationObject(Object source, Object oldValue, Object newValue)
    • TableValidationObject

      public TableValidationObject(Object source, Object oldValue, Object newValue, int row, int column)
  • Method Details

    • getRow

      public int getRow()
      Gets the row.
      Returns:
      the row.
    • setRow

      public void setRow(int row)
      Sets the row.
      Parameters:
      row - the row.
    • getColumn

      public int getColumn()
      Gets the column.
      Returns:
      the column.
    • setColumn

      public void setColumn(int column)
      Sets the column.
      Parameters:
      column - the column.
    • toString

      public String toString()
      Overrides:
      toString in class ValidationObject