public class FileMenu extends Menu implements Cloneable, Serializable
FileMenu class returns information for file menu based on formatted flat file.| Constructor and Description |
|---|
FileMenu() |
FileMenu(int location,
String name) |
| 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.
|
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.
|
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 FileMenu()
public FileMenu(int location,
String name)
public Object clone() throws CloneNotSupportedException
clone in class MenuCloneNotSupportedExceptionpublic int getLocation()
public String getFileName()
public void setFileName(String name)
public void setLocation(int location)
public boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.