public abstract class ServerInfoMenu extends Menu implements Cloneable, Serializable
ServerInfoMenu class contains server information for the Menu.
A instance of such Menu can be on particular server other than current connected server.| Constructor and Description |
|---|
ServerInfoMenu() |
ServerInfoMenu(String server) |
| 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.
|
String |
getServer()
Returns server where Server-side menu is located.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
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 ServerInfoMenu(String server)
public ServerInfoMenu()
public Object clone() throws CloneNotSupportedException
Menuclone in class MenuCloneNotSupportedExceptionpublic String getServer()
public boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.