com.clra.rowing
Class SeatSnapshot
java.lang.Object
|
+--com.clra.rowing.SeatSnapshot
- public class SeatSnapshot
- extends Object
Information about a seat assignment in a boating for a rowing session.
- Version:
- $Id: SeatSnapshot.java,v 1.2 2002/02/18 18:05:11 rphall Exp $
- Author:
- Rick Hall
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeatSnapshot
public SeatSnapshot(int seatId,
BoatingView boating,
int seatNumber)
getSeatId
public int getSeatId()
getBoating
public BoatingView getBoating()
getSeatNumber
public int getSeatNumber()