com.remedy.arsys.api
Class ContainerKey
java.lang.Object
|
+--com.remedy.arsys.api.NameID
|
+--com.remedy.arsys.api.ContainerKey
- All Implemented Interfaces:
- java.lang.Cloneable, IARIdentifier, java.io.Serializable
- public class ContainerKey
- extends NameID
The ContainerKey class provides a unique
identifier for container objects. This is synonymous with the container name
that uniquely identifies a container on the AR System server.
- 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 |
ContainerKey
public ContainerKey(char[] str)
- Constructor that takes a character array.
ContainerKey
public ContainerKey()
- Default constructor
ContainerKey
public ContainerKey(java.lang.String str)
- Constructor that takes a string.
ContainerKey
public ContainerKey(NameID name)
- Constructor that takes a NameID.
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