org.openfjord.business.entities
Class AnswerBean

java.lang.Object
  |
  +--org.openfjord.business.entities.AnswerBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public abstract class AnswerBean
extends java.lang.Object
implements javax.ejb.EntityBean

See Also:
Serialized Form

Constructor Summary
AnswerBean()
           
 
Method Summary
 void ejbActivate()
           
 AnswerPK ejbCreate()
          creates a new gobal unique identifier
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate()
           
 void ejbRemove()
           
 void ejbStore()
           
abstract  java.lang.String getAnswerId()
           
 Answer getData()
           
abstract  ParticipantLocal getParticipants()
           
abstract  QuestionLocal getQuestion()
           
abstract  void setAnswerId(java.lang.String answerId)
           
 void setData(Answer answer)
           
 void setEntityContext(javax.ejb.EntityContext entityContext)
           
abstract  void setParticipants(ParticipantLocal participants)
           
abstract  void setQuestion(QuestionLocal question)
           
 void unsetEntityContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnswerBean

public AnswerBean()
Method Detail

ejbCreate

public AnswerPK ejbCreate()
                   throws javax.ejb.CreateException
creates a new gobal unique identifier

Returns:
null
Throws:
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

setAnswerId

public abstract void setAnswerId(java.lang.String answerId)

setParticipants

public abstract void setParticipants(ParticipantLocal participants)

setQuestion

public abstract void setQuestion(QuestionLocal question)

getAnswerId

public abstract java.lang.String getAnswerId()

getParticipants

public abstract ParticipantLocal getParticipants()

getQuestion

public abstract QuestionLocal getQuestion()

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

getData

public Answer getData()

setData

public void setData(Answer answer)


openFJORD Copyright © 2003 University of Muenster.