|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.openfjord.business.entities.valueobjects.ParticipantVO
Title: openFJORD
Description: open Flexible Java Online Research Designer
| Constructor Summary | |
ParticipantVO()
|
|
| Method Summary | |
java.lang.String |
getBrowserType()
Gets the browser-type used by the participant |
java.lang.String |
getOsType()
Gets the operating system used by the participant |
java.util.Date |
getStartTime()
Gets the time the participant started to answer the survey |
java.util.Date |
getStopTime()
Gets the time the participant stopped answering the survey |
java.lang.Integer |
getTokenId()
Gets the token-ID of the participant |
void |
setBrowserType(java.lang.String broswerType)
Sets the browser-type used by the participant |
void |
setOsType(java.lang.String osType)
Sets the operating system used by the participant |
void |
setStartTime(java.util.Date startTime)
Sets the time the participant started to answer the survey |
void |
setStopTime(java.util.Date stopTime)
Gets the time the participant stopped answering the survey |
void |
setTokenId(java.lang.Integer tokenId)
Sets the token-ID of the participant |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParticipantVO()
| Method Detail |
public java.lang.Integer getTokenId()
Participant
getTokenId in interface Participantpublic void setTokenId(java.lang.Integer tokenId)
Participant
setTokenId in interface ParticipanttokenId - the token-IDpublic java.lang.String getBrowserType()
Participant
getBrowserType in interface Participantpublic void setBrowserType(java.lang.String broswerType)
Participant
setBrowserType in interface ParticipantbroswerType - the browser-typepublic java.lang.String getOsType()
Participant
getOsType in interface Participantpublic void setOsType(java.lang.String osType)
Participant
setOsType in interface ParticipantosType - the operating systempublic java.util.Date getStartTime()
Participant
getStartTime in interface Participantpublic void setStartTime(java.util.Date startTime)
Participant
setStartTime in interface ParticipantstartTime - the start timepublic java.util.Date getStopTime()
Participant
getStopTime in interface Participantpublic void setStopTime(java.util.Date stopTime)
Participant
setStopTime in interface ParticipantstopTime - the stop time
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||