7.0 Action Request System Java API

com.remedy.arsys.api
Class SchemaKey

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

public class SchemaKey
extends NameID

The SchemaKey class provides a unique identifier for schema objects.

See Also:
Serialized Form

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

Constructor Detail

SchemaKey

public SchemaKey()
Default constructor


SchemaKey

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


SchemaKey

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


SchemaKey

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


7.0 Action Request System Java API