beans.backing
Class ModifyRotationBean.Column

java.lang.Object
  extended by beans.backing.ModifyRotationBean.Column
Enclosing class:
ModifyRotationBean

public static class ModifyRotationBean.Column
extends java.lang.Object


Constructor Summary
ModifyRotationBean.Column(Race race, javax.faces.component.UIData rowDataModel, java.util.HashMap<Team,Boat> tp)
           
 
Method Summary
 Boat getBoat()
           
 int getHeader()
           
 java.util.HashMap<Team,Boat> getMap()
           
 boolean isScored()
           
 void setBoat(Boat boat)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyRotationBean.Column

public ModifyRotationBean.Column(Race race,
                                 javax.faces.component.UIData rowDataModel,
                                 java.util.HashMap<Team,Boat> tp)
Method Detail

getBoat

public Boat getBoat()

getHeader

public int getHeader()

getMap

public java.util.HashMap<Team,Boat> getMap()

isScored

public boolean isScored()

setBoat

public void setBoat(Boat boat)