org.openfjord.business.entities
Class ParticipantBean
java.lang.Object
|
+--org.openfjord.business.entities.ParticipantBean
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
- public abstract class ParticipantBean
- extends java.lang.Object
- implements javax.ejb.EntityBean
Title: openFJORD
Description: open Flexible Java Online Research Designer
Copyright:
Company: University of Muenster
- Version:
- 1.0
- Author:
- Christian Seel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParticipantBean
public ParticipantBean()
ejbCreate
public ParticipantPK ejbCreate()
throws javax.ejb.CreateException
javax.ejb.CreateException
ejbPostCreate
public void ejbPostCreate()
throws javax.ejb.CreateException
javax.ejb.CreateException
ejbRemove
public void ejbRemove()
throws javax.ejb.RemoveException
- Specified by:
ejbRemove
in interface javax.ejb.EntityBean
javax.ejb.RemoveException
setParticipantId
public abstract void setParticipantId(java.lang.String participantId)
setTokenId
public abstract void setTokenId(java.lang.String tokenId)
setBrowsertype
public abstract void setBrowsertype(java.lang.String browsertype)
setOsType
public abstract void setOsType(java.lang.String osType)
setStartTime
public abstract void setStartTime(java.util.Date startTime)
setStopTime
public abstract void setStopTime(java.util.Date stopTime)
setSurvey
public abstract void setSurvey(SurveyLocal survey)
setAnswers
public abstract void setAnswers(java.util.Collection answers)
getParticipantId
public abstract java.lang.String getParticipantId()
getTokenId
public abstract java.lang.String getTokenId()
getBrowsertype
public abstract java.lang.String getBrowsertype()
getOsType
public abstract java.lang.String getOsType()
getStartTime
public abstract java.util.Date getStartTime()
getStopTime
public abstract java.util.Date getStopTime()
getSurvey
public abstract SurveyLocal getSurvey()
getAnswers
public abstract java.util.Collection getAnswers()
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad
in interface javax.ejb.EntityBean
ejbStore
public void ejbStore()
- Specified by:
ejbStore
in interface javax.ejb.EntityBean
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface javax.ejb.EntityBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface javax.ejb.EntityBean
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext
in interface javax.ejb.EntityBean
setEntityContext
public void setEntityContext(javax.ejb.EntityContext entityContext)
- Specified by:
setEntityContext
in interface javax.ejb.EntityBean
openFJORD Copyright © 2003 University of Muenster.