beans.backing
Class RPEntryBean.Column

java.lang.Object
  extended by beans.backing.RPEntryBean.Column
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RPEntryBean

public static class RPEntryBean.Column
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RPEntryBean.Column(int raceNum, int resultId, beans.backing.RPEntryBean.Position position)
           
 
Method Summary
 RPEntryBean bean()
           
 int getHeader()
           
 beans.backing.RPEntryBean.Position getPosition()
           
 int getRaceNum()
           
 int getResultId()
           
 boolean isSelected()
           
 void positionChanged(javax.faces.event.ValueChangeEvent event)
           
 void setSelected(boolean b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPEntryBean.Column

public RPEntryBean.Column(int raceNum,
                          int resultId,
                          beans.backing.RPEntryBean.Position position)
Method Detail

bean

public RPEntryBean bean()

getHeader

public int getHeader()

getPosition

public beans.backing.RPEntryBean.Position getPosition()

getRaceNum

public int getRaceNum()

getResultId

public int getResultId()

isSelected

public boolean isSelected()

positionChanged

public void positionChanged(javax.faces.event.ValueChangeEvent event)

setSelected

public void setSelected(boolean b)