Class MainMenuLaunchEntry
- java.lang.Object
-
- de.extio.spacecraft.shared.model.managers.MainMenuLaunchEntry
-
public class MainMenuLaunchEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description MainMenuLaunchEntry()
MainMenuLaunchEntry(MainMenuLaunchEntry other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayText()
Integer
getIndex()
String
getPath()
void
setDisplayText(String displayText)
void
setIndex(Integer index)
void
setPath(String path)
-
-
-
Constructor Detail
-
MainMenuLaunchEntry
public MainMenuLaunchEntry()
-
MainMenuLaunchEntry
public MainMenuLaunchEntry(MainMenuLaunchEntry other)
-
-
Method Detail
-
getPath
public final String getPath()
-
setPath
public final void setPath(String path)
-
getDisplayText
public final String getDisplayText()
-
setDisplayText
public final void setDisplayText(String displayText)
-
getIndex
public final Integer getIndex()
-
setIndex
public final void setIndex(Integer index)
-
-