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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
setData
public void setData(ParticipantSnapshot data)
getData
public ParticipantSnapshot getData()
getParticipantId
public Integer getParticipantId()
- Returns the primary key of a participant instance