| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcdx.scorebot.net.CompetitionConfiguration.TeamInfo
public class CompetitionConfiguration.TeamInfo
Contains the skeleton information for a team
| Constructor Summary | |
|---|---|
CompetitionConfiguration.TeamInfo(java.lang.String name)
default constructor  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(java.lang.Object o)
 | 
 java.lang.String | 
getHostnamePrefix()
gets the ip/hostname to prefix to each suite's ip/hostname  | 
 java.lang.String | 
getHostnameSuffix()
gets the ip/hostname to suffix to each suite's ip/hostname  | 
 java.lang.String | 
getName()
gets the name of the team this applies to  | 
 int | 
hashCode()
hashCode is the hashCode of the summation of hashCode of each non-transient data member  | 
 TeamConfiguration | 
makeConfig()
 | 
 void | 
setHostnamePrefix(java.lang.String hostnamePrefix)
sets the ip/hostname to prefix to each suite's ip/hostname  | 
 void | 
setHostnameSuffix(java.lang.String hostnameSuffix)
sets the ip/hostname to suffix to each suite's ip/hostname  | 
 void | 
setName(java.lang.String name)
sets the name of the team this applies to  | 
 java.lang.String | 
toString()
returns the name of the suite this works with  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public CompetitionConfiguration.TeamInfo(java.lang.String name)
| Method Detail | 
|---|
public TeamConfiguration makeConfig()
                             throws com.thoughtworks.xstream.core.BaseException,
                                    java.io.FileNotFoundException
com.thoughtworks.xstream.core.BaseException
java.io.FileNotFoundExceptionpublic java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getHostnamePrefix()
public void setHostnamePrefix(java.lang.String hostnamePrefix)
public java.lang.String getHostnameSuffix()
public void setHostnameSuffix(java.lang.String hostnameSuffix)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||