Subversion Repositories bacoAlunos

Rev

Rev 1728 | Rev 1730 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1728 Rev 1729
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 13/Abr/2017 16:17:26 by Hibernate Tools 3.2.0.b9
2
// Generated 14/Abr/2017 13:19:24 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
 
5
 
6
/**
6
/**
7
 * SurveyQuestionAnswer generated by hbm2java
7
 * SurveyQuestionAnswer generated by hbm2java
8
 */
8
 */
9
public abstract class SurveyQuestionAnswer extends pt.estgp.estgweb.domain.OwnedDomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
9
public abstract class SurveyQuestionAnswer extends pt.estgp.estgweb.domain.OwnedDomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
10
 
11
 
11
 
12
     private long id;
12
     private long id;
13
     private 1.5.0/docs/api/java/lang/String.html">String textAnswer;
13
     private 1.5.0/docs/api/java/lang/String.html">String textAnswer;
14
     private SurveyQuestionCandidateAnswer candidateAnswer;
14
     private SurveyQuestionCandidateAnswer candidateAnswer;
15
     private SurveyResponse response;
15
     private SurveyResponse response;
16
 
16
 
17
    public SurveyQuestionAnswer() {
17
    public SurveyQuestionAnswer() {
18
    }
18
    }
19
 
19
 
20
   
20
   
21
    public long getId() {
21
    public long getId() {
22
        return this.id;
22
        return this.id;
23
    }
23
    }
24
   
24
   
25
    public void setId(long id) {
25
    public void setId(long id) {
26
        this.id = id;
26
        this.id = id;
27
    }
27
    }
28
    public 1.5.0/docs/api/java/lang/String.html">String getTextAnswer() {
28
    public 1.5.0/docs/api/java/lang/String.html">String getTextAnswer() {
29
        return this.textAnswer;
29
        return this.textAnswer;
30
    }
30
    }
31
   
31
   
32
    public void setTextAnswer(1.5.0/docs/api/java/lang/String.html">String textAnswer) {
32
    public void setTextAnswer(1.5.0/docs/api/java/lang/String.html">String textAnswer) {
33
        this.textAnswer = textAnswer;
33
        this.textAnswer = textAnswer;
34
    }
34
    }
35
    public SurveyQuestionCandidateAnswer getCandidateAnswer() {
35
    public SurveyQuestionCandidateAnswer getCandidateAnswer() {
36
        return this.candidateAnswer;
36
        return this.candidateAnswer;
37
    }
37
    }
38
   
38
   
39
    public void setCandidateAnswer(SurveyQuestionCandidateAnswer candidateAnswer) {
39
    public void setCandidateAnswer(SurveyQuestionCandidateAnswer candidateAnswer) {
40
        this.candidateAnswer = candidateAnswer;
40
        this.candidateAnswer = candidateAnswer;
41
    }
41
    }
42
    public SurveyResponse getResponse() {
42
    public SurveyResponse getResponse() {
43
        return this.response;
43
        return this.response;
44
    }
44
    }
45
   
45
   
46
    public void setResponse(SurveyResponse response) {
46
    public void setResponse(SurveyResponse response) {
47
        this.response = response;
47
        this.response = response;
48
    }
48
    }
49
 
49
 
50
 
50
 
51
 
51
 
52
 
52
 
53
}
53
}
54
 
54
 
55
 
55
 
56
 
56