beans.backing
Class SetupRotationBean.Row
java.lang.Object
beans.backing.SetupRotationBean.Row
- Enclosing class:
- SetupRotationBean
public static class SetupRotationBean.Row
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetupRotationBean.Row
public SetupRotationBean.Row()
SetupRotationBean.Row
public SetupRotationBean.Row(Team t,
java.lang.String name,
boolean bye)
getError
public java.lang.String getError()
getName
public java.lang.String getName()
getTeam
public Team getTeam()
isBye
public boolean isBye()
isValid
public boolean isValid()
setBye
public void setBye(boolean bye)
setError
public void setError(java.lang.String err)
setName
public void setName(java.lang.String name)
setTeam
public void setTeam(Team team)