org.openfjord.business.entities
Interface ParticipantLocal
- All Superinterfaces:
- javax.ejb.EJBLocalObject
- public interface ParticipantLocal
- extends javax.ejb.EJBLocalObject
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
getParticipantId
public java.lang.String getParticipantId()
setTokenId
public void setTokenId(java.lang.String tokenId)
getTokenId
public java.lang.String getTokenId()
setBrowsertype
public void setBrowsertype(java.lang.String browsertype)
getBrowsertype
public java.lang.String getBrowsertype()
setOsType
public void setOsType(java.lang.String osType)
getOsType
public java.lang.String getOsType()
setStartTime
public void setStartTime(java.util.Date startTime)
getStartTime
public java.util.Date getStartTime()
setStopTime
public void setStopTime(java.util.Date stopTime)
getStopTime
public java.util.Date getStopTime()
setSurvey
public void setSurvey(SurveyLocal survey)
getSurvey
public SurveyLocal getSurvey()
setAnswers
public void setAnswers(java.util.Collection answers)
getAnswers
public java.util.Collection getAnswers()
openFJORD Copyright © 2003 University of Muenster.