CLRA 0.1.2

com.clra.web
Class ParticipantView

java.lang.Object
  |
  +--com.clra.web.ParticipantView
Direct Known Subclasses:
Participant2View

public class ParticipantView
extends Object

Read-only information about a member's participation in rowing session. A thin-wrapper around ParticipantSnapshot,with some String properties useful in JSP's.

Version:
$Revision: 1.2 $ $Date: 2002/02/18 18:06:50 $
Author:
Rick Hall

Constructor Summary
ParticipantView()
          Constructs an invalid instance.
ParticipantView(ParticipantSnapshot data)
           
 
Method Summary
 ParticipantSnapshot getData()
           
 Integer getParticipantId()
          Returns the primary key of a participant instance
 void setData(ParticipantSnapshot data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticipantView

public ParticipantView()
Constructs an invalid instance. Use this constructor only for JSP beans and immediately set valid values via setValuesFromRowingSession(..).

ParticipantView

public ParticipantView(ParticipantSnapshot data)
Method Detail

setData

public void setData(ParticipantSnapshot data)

getData

public ParticipantSnapshot getData()

getParticipantId

public Integer getParticipantId()
Returns the primary key of a participant instance

CLRA 0.1.2