Public Member Functions | |
| NotificationConstraint (String keyId, boolean optional) | |
| String | getKeyId () |
| boolean | isOptional () |
| boolean | isEntity () |
| int | hashCode () |
| boolean | equals (Object obj) |
Definition at line 27 of file NotificationConstraint.java.
| org.turro.action.queue.NotificationConstraint.NotificationConstraint | ( | String | keyId, |
| boolean | optional | ||
| ) |
Definition at line 32 of file NotificationConstraint.java.

| boolean org.turro.action.queue.NotificationConstraint.equals | ( | Object | obj | ) |
Definition at line 59 of file NotificationConstraint.java.


| String org.turro.action.queue.NotificationConstraint.getKeyId | ( | ) |
Definition at line 37 of file NotificationConstraint.java.
| int org.turro.action.queue.NotificationConstraint.hashCode | ( | ) |
Definition at line 52 of file NotificationConstraint.java.
| boolean org.turro.action.queue.NotificationConstraint.isEntity | ( | ) |
Definition at line 45 of file NotificationConstraint.java.
| boolean org.turro.action.queue.NotificationConstraint.isOptional | ( | ) |
Definition at line 41 of file NotificationConstraint.java.