QuestionTO y QuestionJPA updated

This commit is contained in:
Roberto Orden Erena
2019-12-15 19:24:41 +01:00
parent e5900a8d0f
commit 6eb1bda423
4 changed files with 65 additions and 23 deletions

View File

@@ -4,6 +4,8 @@ import java.io.Serializable;
import javax.xml.bind.annotation.XmlRootElement;
import common.QuestionStatus;
/**
*
* @author Roberto Orden Erena <rorden@uoc.edu>
@@ -12,10 +14,6 @@ import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "Question")
public class QuestionTO implements Serializable {
public static enum QuestionStatus {
ANSWERED, PENDING
}
private static final long serialVersionUID = 1L;
private int id;