org.openfjord.business.entities
Interface AnswerLocal
- All Superinterfaces:
- javax.ejb.EJBLocalObject
- public interface AnswerLocal
- extends javax.ejb.EJBLocalObject
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
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.