Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.clra.rowing
Class SeatSnapshot  view SeatSnapshot download SeatSnapshot.java

java.lang.Object
  extended bycom.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()