|
|||||||||
| Home >> All >> com >> clra >> [ rowing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.clra.rowing
Class SeatSnapshot

java.lang.Objectcom.clra.rowing.SeatSnapshot
- public class SeatSnapshot
- extends java.lang.Object
Information about a seat assignment in a boating for a rowing session.
- Version:
- $Id: SeatSnapshot.java,v 1.4 2003/02/26 03:38:45 rphall Exp $
| Field Summary | |
private BoatingView |
boating
|
private int |
seatId
|
private int |
seatNumber
|
| Constructor Summary | |
SeatSnapshot(int seatId,
BoatingView boating,
int seatNumber)
|
|
| Method Summary | |
BoatingView |
getBoating()
|
int |
getSeatId()
|
int |
getSeatNumber()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
seatId
private final int seatId
boating
private final BoatingView boating
seatNumber
private final int seatNumber
| Constructor Detail |
SeatSnapshot
public SeatSnapshot(int seatId,
BoatingView boating,
int seatNumber)
| Method Detail |
getSeatId
public int getSeatId()
getBoating
public BoatingView getBoating()
getSeatNumber
public int getSeatNumber()
|
|||||||||
| Home >> All >> com >> clra >> [ rowing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.clra.rowing.SeatSnapshot