7.0 Action Request System Java API

com.remedy.arsys.api
Class ActiveLinkKey

java.lang.Object
  extended bycom.remedy.arsys.api.NameID
      extended bycom.remedy.arsys.api.ActiveLinkKey
All Implemented Interfaces:
java.lang.Cloneable, IARIdentifier, java.io.Serializable

public class ActiveLinkKey
extends NameID
implements java.lang.Cloneable

The ActiveLinkKey class provides a unique identifier for active link objects.

See Also:
Serialized Form

Constructor Summary
ActiveLinkKey()
          Default constructor
ActiveLinkKey(char[] str)
          Constructor that takes a character array.
ActiveLinkKey(NameID name)
          Constructor that takes a NameID.
ActiveLinkKey(java.lang.String str)
          Constructor that takes a string.
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self
 
Methods inherited from class com.remedy.arsys.api.NameID
equals, getValue, hashCode, setValue, toCharArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActiveLinkKey

public ActiveLinkKey()
Default constructor


ActiveLinkKey

public ActiveLinkKey(java.lang.String str)
Constructor that takes a string.


ActiveLinkKey

public ActiveLinkKey(NameID name)
Constructor that takes a NameID.


ActiveLinkKey

public ActiveLinkKey(char[] str)
Constructor that takes a character array.

Method Detail

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
Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API