com.clra.web
Class Participant2View
java.lang.Object
|
+--com.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.2 $ $Date: 2002/02/18 18:06:47 $
- Author:
- Rick Hall
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Participant2View
public Participant2View()
- Constructs an invalid instance. Use this constructor only for JSP beans
and immediately set valid values via setXxx(..).
Participant2View
public Participant2View(ParticipantSnapshot data,
MemberName memberName)
Participant2View
public Participant2View(Participant2Snapshot ps2)
setMemberName
public void setMemberName(MemberName memberName)
getMemberName
public MemberName getMemberName()