Subversion Repositories bacoAlunos

Rev

Rev 1616 | Rev 1626 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1545 jmachado 1
package pt.estgp.estgweb.domain;
1619 jmachado 2
// Generated 19/Jan/2017 8:47:29 by Hibernate Tools 3.2.0.b9
1545 jmachado 3
 
4
 
5
 
6
/**
7
 * OlapEntityQuestionarioUnidade generated by hbm2java
8
 */
1586 jmachado 9
public abstract class OlapEntityQuestionarioUnidade extends pt.estgp.estgweb.domain.OlapDimensionImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
1545 jmachado 10
 
11
 
12
     private long id;
1547 jmachado 13
     private 1.5.0/docs/api/java/lang/String.html">String codigo;
1545 jmachado 14
     private 1.5.0/docs/api/java/lang/String.html">String nome;
1546 jmachado 15
     private 1.5.0/docs/api/java/lang/String.html">String periodoSigesS1ouS2ouAouT1aT4;
16
     private 1.5.0/docs/api/java/lang/String.html">String periodoPlanoS1T8;
1547 jmachado 17
     private int anoPlano1a4;
18
     private int semestrePlanoConvertido1a6;
19
     private int semestrePlanoAbsoluto1ou2;
1545 jmachado 20
     private Questionario questionario;
21
 
22
    public OlapEntityQuestionarioUnidade() {
23
    }
24
 
25
 
26
    public long getId() {
27
        return this.id;
28
    }
29
 
30
    public void setId(long id) {
31
        this.id = id;
32
    }
1547 jmachado 33
    public 1.5.0/docs/api/java/lang/String.html">String getCodigo() {
1545 jmachado 34
        return this.codigo;
35
    }
36
 
1547 jmachado 37
    public void setCodigo(1.5.0/docs/api/java/lang/String.html">String codigo) {
1545 jmachado 38
        this.codigo = codigo;
39
    }
40
    public 1.5.0/docs/api/java/lang/String.html">String getNome() {
41
        return this.nome;
42
    }
43
 
44
    public void setNome(1.5.0/docs/api/java/lang/String.html">String nome) {
45
        this.nome = nome;
46
    }
1546 jmachado 47
    public 1.5.0/docs/api/java/lang/String.html">String getPeriodoSigesS1ouS2ouAouT1aT4() {
48
        return this.periodoSigesS1ouS2ouAouT1aT4;
49
    }
50
 
51
    public void setPeriodoSigesS1ouS2ouAouT1aT4(1.5.0/docs/api/java/lang/String.html">String periodoSigesS1ouS2ouAouT1aT4) {
52
        this.periodoSigesS1ouS2ouAouT1aT4 = periodoSigesS1ouS2ouAouT1aT4;
53
    }
54
    public 1.5.0/docs/api/java/lang/String.html">String getPeriodoPlanoS1T8() {
55
        return this.periodoPlanoS1T8;
56
    }
57
 
58
    public void setPeriodoPlanoS1T8(1.5.0/docs/api/java/lang/String.html">String periodoPlanoS1T8) {
59
        this.periodoPlanoS1T8 = periodoPlanoS1T8;
60
    }
1547 jmachado 61
    public int getAnoPlano1a4() {
1546 jmachado 62
        return this.anoPlano1a4;
63
    }
64
 
1547 jmachado 65
    public void setAnoPlano1a4(int anoPlano1a4) {
1546 jmachado 66
        this.anoPlano1a4 = anoPlano1a4;
67
    }
1547 jmachado 68
    public int getSemestrePlanoConvertido1a6() {
69
        return this.semestrePlanoConvertido1a6;
1546 jmachado 70
    }
71
 
1547 jmachado 72
    public void setSemestrePlanoConvertido1a6(int semestrePlanoConvertido1a6) {
73
        this.semestrePlanoConvertido1a6 = semestrePlanoConvertido1a6;
1546 jmachado 74
    }
1547 jmachado 75
    public int getSemestrePlanoAbsoluto1ou2() {
1546 jmachado 76
        return this.semestrePlanoAbsoluto1ou2;
77
    }
78
 
1547 jmachado 79
    public void setSemestrePlanoAbsoluto1ou2(int semestrePlanoAbsoluto1ou2) {
1546 jmachado 80
        this.semestrePlanoAbsoluto1ou2 = semestrePlanoAbsoluto1ou2;
81
    }
1545 jmachado 82
    public Questionario getQuestionario() {
83
        return this.questionario;
84
    }
85
 
86
    public void setQuestionario(Questionario questionario) {
87
        this.questionario = questionario;
88
    }
89
 
90
 
91
 
92
 
93
}
94
 
95