org.openfjord.business.entities.valueobjects
Class ParticipantVO

java.lang.Object
  |
  +--org.openfjord.business.entities.valueobjects.ParticipantVO
All Implemented Interfaces:
Participant, java.io.Serializable

public class ParticipantVO
extends java.lang.Object
implements Participant, java.io.Serializable

Title: openFJORD

Description: open Flexible Java Online Research Designer

Version:
1.0
Author:
Ingo Düppe
See Also:
Serialized Form

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

ParticipantVO

public ParticipantVO()
Method Detail

getTokenId

public java.lang.Integer getTokenId()
Description copied from interface: Participant
Gets the token-ID of the participant

Specified by:
getTokenId in interface Participant
Returns:
the token-ID

setTokenId

public void setTokenId(java.lang.Integer tokenId)
Description copied from interface: Participant
Sets the token-ID of the participant

Specified by:
setTokenId in interface Participant
Parameters:
tokenId - the token-ID

getBrowserType

public java.lang.String getBrowserType()
Description copied from interface: Participant
Gets the browser-type used by the participant

Specified by:
getBrowserType in interface Participant
Returns:
the browser-type

setBrowserType

public void setBrowserType(java.lang.String broswerType)
Description copied from interface: Participant
Sets the browser-type used by the participant

Specified by:
setBrowserType in interface Participant
Parameters:
broswerType - the browser-type

getOsType

public java.lang.String getOsType()
Description copied from interface: Participant
Gets the operating system used by the participant

Specified by:
getOsType in interface Participant
Returns:
the operating system

setOsType

public void setOsType(java.lang.String osType)
Description copied from interface: Participant
Sets the operating system used by the participant

Specified by:
setOsType in interface Participant
Parameters:
osType - the operating system

getStartTime

public java.util.Date getStartTime()
Description copied from interface: Participant
Gets the time the participant started to answer the survey

Specified by:
getStartTime in interface Participant
Returns:
the start time

setStartTime

public void setStartTime(java.util.Date startTime)
Description copied from interface: Participant
Sets the time the participant started to answer the survey

Specified by:
setStartTime in interface Participant
Parameters:
startTime - the start time

getStopTime

public java.util.Date getStopTime()
Description copied from interface: Participant
Gets the time the participant stopped answering the survey

Specified by:
getStopTime in interface Participant
Returns:
the stop time

setStopTime

public void setStopTime(java.util.Date stopTime)
Description copied from interface: Participant
Gets the time the participant stopped answering the survey

Specified by:
setStopTime in interface Participant
Parameters:
stopTime - the stop time


openFJORD Copyright © 2003 University of Muenster.