public class ListMenu extends Menu implements Cloneable, Serializable
ListMenu class returns a list of items used in list menus. (List menus are labelled as
"character menus" in Remedy Adminstrator.)| Constructor and Description |
|---|
ListMenu() |
ListMenu(List<MenuItem> menuItems) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getContent, getKey, getMenuType, getProperties, getRefreshCode, setContent, setKey, setProperties, setRefreshCodeappendDiaryText, clear, getChangeFlags, getDiary, getHelpText, getLastChangedBy, getLastUpdateTime, getName, getNewName, getOwner, getPermissions, setChangeFlags, setDiary, setDiary, setHelpText, setLastChangedBy, setName, setNewName, setOwner, setPermissionspublic Object clone() throws CloneNotSupportedException
clone in class MenuCloneNotSupportedExceptionpublic String toString()
public int hashCode()
public boolean equals(Object obj)
? Copyright 2013 BMC Software, Inc.