QuestionTO y QuestionJPA updated
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user