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 StringgetMachineName()StringgetServerUrl()StringgetTournamentPath()StringgetTournamentUrl()voidsetMachineName(String machineName)voidsetServerUrl(String serverUrl)voidsetTournamentLogin(String tournamentPath)voidsetTournamentUrl(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)
-
-