public final class MonitorSelect
extends java.lang.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(java.lang.Object obj) |
int |
hashCode() |
boolean |
isDelete()
Returns delete.
|
boolean |
isInitial()
Returns initial.
|
boolean |
isInsert()
Returns insert.
|
boolean |
isModify()
Returns modify.
|
java.lang.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 actionpublic boolean isInitial()
public boolean isInsert()
public boolean isDelete()
public boolean isModify()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object