public final class MonitorSelect extends Object
| Constructor and Description |
|---|
MonitorSelect(boolean initial,
boolean insert,
boolean delete,
boolean modify)
Constructs a MonitorSelect object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isDelete()
Returns delete.
|
boolean |
isInitial()
Returns initial.
|
boolean |
isInsert()
Returns insert.
|
boolean |
isModify()
Returns modify.
|
String |
toString() |
public MonitorSelect(boolean initial,
boolean insert,
boolean delete,
boolean modify)
initial - whether monitor the initial actioninsert - whether monitor the insert actiondelete - whether monitor the delete actionmodify - whether monitor the modify action