net.neurowork.mobile.android.fw
Class AppButton
java.lang.Object
net.neurowork.mobile.android.fw.AppButton
public class AppButton
- extends java.lang.Object
Basic data contained in each application button
- Since:
- 1.0
- Author:
- Jorge E. Villaverde
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppButton
public AppButton()
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getFileName
public java.lang.String getFileName()
setFileName
public void setFileName(java.lang.String fileName)
setNextLevel
public void setNextLevel(NextLevel nextLevel)
getNextLevel
public NextLevel getNextLevel()