java.lang.Objectorg.quartz.utils.Pair
org.quartz.utils.Key
Object representing a job or trigger key.
< - a href="mailto:jeff@binaryfeed.org">Jeffrey Wescott| Constructor: |
|---|
|
| Method from org.quartz.utils.Key Summary: |
|---|
| getGroup, getName, toString |
| Methods from org.quartz.utils.Pair: |
|---|
| equals, getFirst, getSecond, hashCode, setFirst, setSecond |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.utils.Key Detail: |
|---|
Get the group portion of the key. |
Get the name portion of the key. |
Return the string representation of the key. The format will be: <group>.<name>. |