public class AnswerQuestionnaire extends Object implements Serializable
Constructor and Description |
---|
AnswerQuestionnaire() |
Modifier and Type | Method and Description |
---|---|
List<AnswerQuestion> |
getAnswerQuestions() |
Long |
getTicketId() |
void |
setAnswerQuestions(List<AnswerQuestion> answerQuestions) |
void |
setTicketId(Long ticketId) |
public List<AnswerQuestion> getAnswerQuestions()
public void setAnswerQuestions(List<AnswerQuestion> answerQuestions)
public Long getTicketId()
public void setTicketId(Long ticketId)
Copyright © 2020. All rights reserved.