CLRA 0.1.2

com.clra.rowing
Class Participant2Snapshot

java.lang.Object
  |
  +--com.clra.rowing.ParticipantSnapshot
        |
        +--com.clra.rowing.Participant2Snapshot

public class Participant2Snapshot
extends ParticipantSnapshot

Read-only information about a member's participation in rowing session. Extends ParticipantSnapshot by caching the name of a participant.

Version:
$Revision: 1.2 $ $Date: 2002/02/18 18:04:40 $
Author:
Rick Hall

Constructor Summary
Participant2Snapshot(Integer memberId, MemberName memberName, Integer rowingId, Integer participantId, SeatPreference preference, Integer replacesId, Integer initialSeatId, Integer finalSeatId, Attendance attendance)
           
Participant2Snapshot(ParticipantSnapshot ps, MemberName memberName)
           
 
Method Summary
 ParticipantSnapshot getData()
          Return a bare-naked snapshot
 MemberName getMemberName()
          Return the name of the associated member
 
Methods inherited from class com.clra.rowing.ParticipantSnapshot
getAttendance, getFinalSeatId, getInitialSeatId, getMemberId, getParticipantId, getReplacesId, getRowingId, getSeatPreference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Participant2Snapshot

public Participant2Snapshot(Integer memberId,
                            MemberName memberName,
                            Integer rowingId,
                            Integer participantId,
                            SeatPreference preference,
                            Integer replacesId,
                            Integer initialSeatId,
                            Integer finalSeatId,
                            Attendance attendance)

Participant2Snapshot

public Participant2Snapshot(ParticipantSnapshot ps,
                            MemberName memberName)
Method Detail

getMemberName

public MemberName getMemberName()
Return the name of the associated member

getData

public ParticipantSnapshot getData()
Return a bare-naked snapshot

CLRA 0.1.2