Subversion Repositories bacoAlunos

Rev

Rev 1586 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1585 jmachado 1
package pt.estgp.estgweb.domain;
2
// Generated 31/Dez/2016 12:41:13 by Hibernate Tools 3.2.0.b9
3
 
4
 
5
 
6
/**
7
 * QuestionarioReportFileAno generated by hbm2java
8
 */
9
public abstract class QuestionarioReportFileAno extends pt.estgp.estgweb.domain.QuestionarioReportFileImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
11
 
12
     private int inquiridos;
13
     private int inquiridosComResposta;
14
     private int respostasRequisitadas;
15
     private int respostas;
16
     private int unidades;
17
 
18
    public QuestionarioReportFileAno() {
19
    }
20
 
21
 
22
    public int getInquiridos() {
23
        return this.inquiridos;
24
    }
25
 
26
    public void setInquiridos(int inquiridos) {
27
        this.inquiridos = inquiridos;
28
    }
29
    public int getInquiridosComResposta() {
30
        return this.inquiridosComResposta;
31
    }
32
 
33
    public void setInquiridosComResposta(int inquiridosComResposta) {
34
        this.inquiridosComResposta = inquiridosComResposta;
35
    }
36
    public int getRespostasRequisitadas() {
37
        return this.respostasRequisitadas;
38
    }
39
 
40
    public void setRespostasRequisitadas(int respostasRequisitadas) {
41
        this.respostasRequisitadas = respostasRequisitadas;
42
    }
43
    public int getRespostas() {
44
        return this.respostas;
45
    }
46
 
47
    public void setRespostas(int respostas) {
48
        this.respostas = respostas;
49
    }
50
    public int getUnidades() {
51
        return this.unidades;
52
    }
53
 
54
    public void setUnidades(int unidades) {
55
        this.unidades = unidades;
56
    }
57
 
58
 
59
 
60
 
61
}
62
 
63