public class NiftyScreen extends Object
Constructor and Description |
---|
NiftyScreen(String name,
String path,
boolean isStartScreen) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPath() |
boolean |
isStartScreen() |
void |
setName(String name) |
void |
setPath(String path) |
void |
setStartScreen(boolean isStartScreen) |
public String getName()
public void setName(String name)
name
- the name to setpublic String getPath()
public void setPath(String path)
path
- the path to setpublic boolean isStartScreen()
public void setStartScreen(boolean isStartScreen)
isStartScreen
- the isStartScreen to setCopyright © 2013. All Rights Reserved.