com.remedy.arsys.api
Class EscalationKey
java.lang.Object
|
+--com.remedy.arsys.api.NameID
|
+--com.remedy.arsys.api.EscalationKey
- All Implemented Interfaces:
- java.lang.Cloneable, IARIdentifier, java.io.Serializable
- public class EscalationKey
- extends NameID
- implements java.lang.Cloneable
The EscalationKey class
provides a unique identifier for escalation objects.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
EscalationKey
public EscalationKey()
- Constructor
EscalationKey
public EscalationKey(java.lang.String str)
- Constructor that takes a string.
EscalationKey
public EscalationKey(NameID name)
- Constructor that takes a NameID.
EscalationKey
public EscalationKey(char[] str)
- Constructor that takes a character array.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self
- Overrides:
clone in class NameID