com.remedy.arsys.api
Class MenuKey
java.lang.Object
|
+--com.remedy.arsys.api.NameID
|
+--com.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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
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.