Package org.powertac.visualizer.config
Class ApplicationProperties.Connect
- java.lang.Object
-
- org.powertac.visualizer.config.ApplicationProperties.Connect
-
- Enclosing class:
- ApplicationProperties
public static class ApplicationProperties.Connect extends Object
-
-
Constructor Summary
Constructors Constructor Description Connect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMachineName()
String
getServerUrl()
String
getTournamentPath()
String
getTournamentUrl()
void
setMachineName(String machineName)
void
setServerUrl(String serverUrl)
void
setTournamentLogin(String tournamentPath)
void
setTournamentUrl(String tournamentUrl)
-
-
-
Method Detail
-
getMachineName
public String getMachineName()
-
setMachineName
public void setMachineName(String machineName)
-
getServerUrl
public String getServerUrl()
-
setServerUrl
public void setServerUrl(String serverUrl)
-
getTournamentUrl
public String getTournamentUrl()
-
setTournamentUrl
public void setTournamentUrl(String tournamentUrl)
-
getTournamentPath
public String getTournamentPath()
-
setTournamentLogin
public void setTournamentLogin(String tournamentPath)
-
-