org.openfjord.business.domain
Interface Participant

All Known Implementing Classes:
ParticipantVO

public interface Participant

The interface for a participant item

Title: openFJORD

Description: open Flexible Java Online Research Designer

Copyright: Copyright (c) 2003

Company: University of Muenster

Version:
1.0
Author:
Markus Pütz

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
 

Method Detail

getTokenId

public java.lang.Integer getTokenId()
Gets the token-ID of the participant

Returns:
the token-ID

setTokenId

public void setTokenId(java.lang.Integer tokenId)
Sets the token-ID of the participant

Parameters:
tokenId - the token-ID

getBrowserType

public java.lang.String getBrowserType()
Gets the browser-type used by the participant

Returns:
the browser-type

setBrowserType

public void setBrowserType(java.lang.String broswerType)
Sets the browser-type used by the participant

Parameters:
broswerType - the browser-type

getOsType

public java.lang.String getOsType()
Gets the operating system used by the participant

Returns:
the operating system

setOsType

public void setOsType(java.lang.String osType)
Sets the operating system used by the participant

Parameters:
osType - the operating system

getStartTime

public java.util.Date getStartTime()
Gets the time the participant started to answer the survey

Returns:
the start time

setStartTime

public void setStartTime(java.util.Date startTime)
Sets the time the participant started to answer the survey

Parameters:
startTime - the start time

getStopTime

public java.util.Date getStopTime()
Gets the time the participant stopped answering the survey

Returns:
the stop time

setStopTime

public void setStopTime(java.util.Date stopTime)
Gets the time the participant stopped answering the survey

Parameters:
stopTime - the stop time


openFJORD Copyright © 2003 University of Muenster.