|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.quartz.utils.Pair org.quartz.utils.Key
public class Key
Object representing a job or trigger key.
Constructor Summary | |
---|---|
Key(java.lang.String name,
java.lang.String group)
Construct a new key with the given name and group. |
Method Summary | |
---|---|
java.lang.String |
getGroup()
Get the group portion of the key. |
java.lang.String |
getName()
Get the name portion of the key. |
java.lang.String |
toString()
Return the string representation of the key. |
Methods inherited from class org.quartz.utils.Pair |
---|
equals, getFirst, getSecond, hashCode, setFirst, setSecond |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Key(java.lang.String name, java.lang.String group)
name
- the namegroup
- the groupMethod Detail |
---|
public java.lang.String getName()
Get the name portion of the key.
public java.lang.String getGroup()
Get the group portion of the key.
public java.lang.String toString()
Return the string representation of the key. The format will be: <group>.<name>.
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |