|
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.FileMenu
public class FileMenu
The FileMenu
class returns information for file menu based on formatted flat file.
Constructor Summary | |
---|---|
FileMenu()
|
|
FileMenu(int location,
String name)
|
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. |
String |
getFileName()
Returns name of file. |
int |
getLocation()
Returns whether file is located on client or server. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setFileName(String name)
|
void |
setLocation(int location)
|
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 FileMenu()
public FileMenu(int location, String name)
Method Detail |
---|
public Object clone() throws CloneNotSupportedException
clone
in class Menu
CloneNotSupportedException
public int getLocation()
public String getFileName()
public void setFileName(String name)
public void setLocation(int location)
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()
toString
in class Menu
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |