| 
CLRA 0.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--com.clra.rowing.ParticipantSnapshot
        |
        +--com.clra.rowing.Participant2Snapshot
Read-only information about a member's participation in rowing session. Extends ParticipantSnapshot by caching the name of a participant.
| 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 | 
public Participant2Snapshot(Integer memberId,
                            MemberName memberName,
                            Integer rowingId,
                            Integer participantId,
                            SeatPreference preference,
                            Integer replacesId,
                            Integer initialSeatId,
                            Integer finalSeatId,
                            Attendance attendance)
public Participant2Snapshot(ParticipantSnapshot ps,
                            MemberName memberName)
| Method Detail | 
public MemberName getMemberName()
public ParticipantSnapshot getData()
  | 
CLRA 0.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||