beans.backing
Class SetupRotationBean.Row

java.lang.Object
  extended by beans.backing.SetupRotationBean.Row
Enclosing class:
SetupRotationBean

public static class SetupRotationBean.Row
extends java.lang.Object


Constructor Summary
SetupRotationBean.Row()
           
SetupRotationBean.Row(Team t, java.lang.String name, boolean bye)
           
 
Method Summary
 java.lang.String getError()
           
 java.lang.String getName()
           
 Team getTeam()
           
 boolean isBye()
           
 boolean isValid()
           
 void setBye(boolean bye)
           
 void setError(java.lang.String err)
           
 void setName(java.lang.String name)
           
 void setTeam(Team team)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetupRotationBean.Row

public SetupRotationBean.Row()

SetupRotationBean.Row

public SetupRotationBean.Row(Team t,
                             java.lang.String name,
                             boolean bye)
Method Detail

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)