7.0 Action Request System Java API

com.remedy.arsys.api
Class MenuKey

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

public class MenuKey
extends NameID

The MenuKey class provides a unique identifier for menu objects.

See Also:
Serialized Form

Constructor Summary
MenuKey()
          Default constructor
MenuKey(char[] str)
          Constructor that takes a character array.
MenuKey(NameID name)
          Constructor that takes a NameID.
MenuKey(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

MenuKey

public MenuKey()
Default constructor


MenuKey

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


MenuKey

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


MenuKey

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


7.0 Action Request System Java API