org.openfjord.business.entities
Interface AnswerLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface AnswerLocal
extends javax.ejb.EJBLocalObject


Method Summary
 java.lang.String getAnswerId()
           
 Answer getData()
           
 ParticipantLocal getParticipants()
           
 QuestionLocal getQuestion()
           
 void setData(Answer answer)
           
 void setParticipants(ParticipantLocal participants)
           
 void setQuestion(QuestionLocal question)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getData

public Answer getData()

setData

public void setData(Answer answer)

getAnswerId

public java.lang.String getAnswerId()

setParticipants

public void setParticipants(ParticipantLocal participants)

getParticipants

public ParticipantLocal getParticipants()

setQuestion

public void setQuestion(QuestionLocal question)

getQuestion

public QuestionLocal getQuestion()


openFJORD Copyright © 2003 University of Muenster.