CLRA 0.1.2

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

Constructor Summary
Participant2View()
          Constructs an invalid instance.
Participant2View(Participant2Snapshot ps2)
           
Participant2View(ParticipantSnapshot data, MemberName memberName)
           
 
Method Summary
 MemberName getMemberName()
           
 void setMemberName(MemberName memberName)
           
 
Methods inherited from class com.clra.web.ParticipantView
getData, getParticipantId, setData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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(ParticipantSnapshot data,
                        MemberName memberName)

Participant2View

public Participant2View(Participant2Snapshot ps2)
Method Detail

setMemberName

public void setMemberName(MemberName memberName)

getMemberName

public MemberName getMemberName()

CLRA 0.1.2