public class TableValidationObject extends ValidationObject
source
Constructor and Description |
---|
TableValidationObject(Object source,
Object oldValue,
Object newValue) |
TableValidationObject(Object source,
Object oldValue,
Object newValue,
int row,
int column) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Gets the column.
|
int |
getRow()
Gets the row.
|
void |
setColumn(int column)
Sets the column.
|
void |
setRow(int row)
Sets the row.
|
String |
toString() |
getNewValue, getOldValue
getSource
public int getRow()
public void setRow(int row)
row
- the row.public int getColumn()
public void setColumn(int column)
column
- the column.public String toString()
toString
in class ValidationObject