|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.ObjectBase com.bmc.arsys.api.Menu com.bmc.arsys.api.ServerInfoMenu
public abstract class ServerInfoMenu
The ServerInfoMenu
class contains server information for the Menu
.
A instance of such Menu
can be on particular server other than current connected server.
Constructor Summary | |
---|---|
ServerInfoMenu()
|
|
ServerInfoMenu(String server)
|
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. |
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. |
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 ServerInfoMenu(String server)
public ServerInfoMenu()
Method Detail |
---|
public Object clone() throws CloneNotSupportedException
Menu
clone
in class Menu
CloneNotSupportedException
public String getServer()
public boolean equals(Object obj)
equals
in class Menu
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Menu
public String toString()
Menu
toString
in class Menu
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |