Serializable
public class TableValidationObject extends ValidationObject
source
Constructor | Description |
---|---|
TableValidationObject(Object source,
Object oldValue,
Object newValue) |
|
TableValidationObject(Object source,
Object oldValue,
Object newValue,
int row,
int column) |
Modifier and Type | Method | 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() |
getSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getNewValue, getOldValue
public TableValidationObject(Object source, Object oldValue, Object newValue)
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