CLRA 0.1.2

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

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
 

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()

CLRA 0.1.2