public class MasterDataRowChangeEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_ADDED |
static int |
COLUMN_REMOVED |
static int |
COLUMN_UPDATED |
Constructor and Description |
---|
MasterDataRowChangeEvent(int type,
java.lang.String columnName,
java.lang.Object columnValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName() |
java.lang.Object |
getColumnValue() |
int |
getType() |
public static final int COLUMN_ADDED
public static final int COLUMN_REMOVED
public static final int COLUMN_UPDATED