| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.ObjectBase
com.bmc.arsys.api.Menu
com.bmc.arsys.api.ListMenu
public class ListMenu
The ListMenu class returns a list of items used in list menus. (List menus are labelled as
 "character menus" in Remedy Adminstrator.)
| Constructor Summary | |
|---|---|
ListMenu()
 | 
|
ListMenu(List<MenuItem> menuItems)
 | 
|
| Method Summary | |
|---|---|
 Object | 
clone()
Clone implementation that returns an Object with data cloned from self.  | 
 boolean | 
equals(Object obj)
Use this method for checking equality between the current object and the provided one.  | 
 List<MenuItem> | 
getItems()
Returns list of items contained in list menu.  | 
 int | 
hashCode()
Returns the hash code value for this instance of the current class.  | 
 void | 
setItems(List<MenuItem> menuItems)
 | 
 String | 
toString()
Returns a string description of the object.  | 
| Methods inherited from class com.bmc.arsys.api.Menu | 
|---|
getContent, getKey, getMenuType, getProperties, getRefreshCode, setContent, setKey, setProperties, setRefreshCode | 
| Methods inherited from class com.bmc.arsys.api.ObjectBase | 
|---|
appendDiaryText, clear, getChangeFlags, getDiary, getHelpText, getLastChangedBy, getLastUpdateTime, getName, getNewName, getOwner, getPermissions, setChangeFlags, setDiary, setDiary, setHelpText, setLastChangedBy, setName, setNewName, setOwner, setPermissions | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ListMenu()
public ListMenu(List<MenuItem> menuItems)
| Method Detail | 
|---|
public List<MenuItem> getItems()
public void setItems(List<MenuItem> menuItems)
public Object clone()
             throws CloneNotSupportedException
clone in class MenuCloneNotSupportedExceptionpublic String toString()
toString in class Menupublic int hashCode()
hashCode in class Menupublic boolean equals(Object obj)
equals in class Menuobj - the object that we are comparing to
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||