|
|||||||||
| Home >> All >> com >> clra >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.clra.web
Class Participant2View

java.lang.Objectcom.clra.web.ParticipantView
com.clra.web.Participant2View
- public class Participant2View
- extends ParticipantView
Read-only information about a member's participation in rowing session. Extends ParticipantView by caching the name of a participant.
- Version:
- $Revision: 1.3 $ $Date: 2003/02/26 03:38:46 $
| Field Summary | |
private com.clra.member.MemberName |
memberName
|
| Fields inherited from class com.clra.web.ParticipantView |
|
| Constructor Summary | |
Participant2View()
Constructs an invalid instance. |
|
Participant2View(com.clra.rowing.Participant2Snapshot ps2)
|
|
Participant2View(com.clra.rowing.ParticipantSnapshot data,
com.clra.member.MemberName memberName)
|
|
| Method Summary | |
com.clra.member.MemberName |
getMemberName()
|
void |
setMemberName(com.clra.member.MemberName memberName)
|
| Methods inherited from class com.clra.web.ParticipantView |
getAttendance, getData, getFinalSeatId, getInitialSeatId, getMemberId, getParticipantId, getReplacesId, getRowingId, getSeatPreference, setData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
memberName
private com.clra.member.MemberName memberName
| Constructor Detail |
Participant2View
public Participant2View()
- Constructs an invalid instance. Use this constructor only for JSP beans
and immediately set valid values via setXxx(..).
Participant2View
public Participant2View(com.clra.rowing.ParticipantSnapshot data, com.clra.member.MemberName memberName)
Participant2View
public Participant2View(com.clra.rowing.Participant2Snapshot ps2)
| Method Detail |
setMemberName
public void setMemberName(com.clra.member.MemberName memberName)
getMemberName
public com.clra.member.MemberName getMemberName()
|
|||||||||
| Home >> All >> com >> clra >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC