public class Game extends Object
Constructor and Description |
---|
Game()
Creates a new Game.
|
Modifier and Type | Method and Description |
---|---|
String |
getAppPathKey()
Get the value of appPathKey.
|
String |
getCmd()
Get the value of cmd.
|
String |
getExecutablePath()
Get the value of executablePath.
|
String |
getHint()
Get the value of hint.
|
String |
getName()
Get the value of name.
|
String |
getServercmd()
Get the value of servercmd.
|
String |
getURL()
Get the value of url.
|
String |
getWorkingDirectory()
Get the value of workingDirectory.
|
boolean |
go1st()
Get the value of go1st.
|
boolean |
isHideIMs()
Get the value of hideIMs.
|
boolean |
isMultiplayer()
Get the value of multiplayer.
|
void |
setAppPathKey(String appPathKey)
Set the value of appPathKey.
|
void |
setCmd(String cmd)
Set the value of cmd.
|
void |
setExecutablePath(String executablePath)
Set the value of executablePath.
|
void |
setGo1st(boolean go1st)
Set the value of go1st.
|
void |
setHideIMs(boolean hideIMs)
Set the value of hideIMs.
|
void |
setHint(String hint)
Set the value of hint.
|
void |
setMultiplayer(boolean multiplayer)
Set the value of multiplayer.
|
void |
setName(String name)
Set the value of name.
|
void |
setServercmd(String servercmd)
Set the value of servercmd.
|
void |
setURL(String url)
Set the value of url.
|
void |
setWorkingDirectory(String workingDirectory)
Set the value of workingDirectory.
|
String |
toString()
Return this game as a URL.
|
public String getName()
public void setName(String name)
name
- Value to assign to name.public String getCmd()
public void setCmd(String cmd)
cmd
- Value to assign to cmd.public String getServercmd()
public void setServercmd(String servercmd)
servercmd
- Value to assign to servercmd.public String getURL()
public void setURL(String url)
url
- Value to assign to url.public String getHint()
public void setHint(String hint)
hint
- Value to assign to hint.public boolean isMultiplayer()
public void setMultiplayer(boolean multiplayer)
multiplayer
- Value to assign to multiplayer.public boolean go1st()
public void setGo1st(boolean go1st)
go1st
- Value to assign to go1st.public String getExecutablePath()
public void setExecutablePath(String executablePath)
executablePath
- Value to assign to executablePath.public String getWorkingDirectory()
public void setWorkingDirectory(String workingDirectory)
workingDirectory
- Value to assign to workingDirectory.public String getAppPathKey()
public void setAppPathKey(String appPathKey)
appPathKey
- Value to assign to appPathKey.public boolean isHideIMs()
public void setHideIMs(boolean hideIMs)
hideIMs
- Value to assign to hideIMs.