Subversion Repositories bacoAlunos

Rev

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

Rev 1814 Rev 1830
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 13/Out/2017 18:09:49 by Hibernate Tools 3.2.0.b9
2
// Generated 4/nov/2017 9:59:25 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.ArrayList;
5
import java.util.ArrayList;
6
import java.util.Date;
6
import java.util.Date;
7
import java.util.List;
7
import java.util.List;
8
 
8
 
9
/**
9
/**
10
 * Pagina generated by hbm2java
10
 * Pagina generated by hbm2java
11
 */
11
 */
12
public class Pagina extends pt.estgp.estgweb.domain.DomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
public class Pagina extends pt.estgp.estgweb.domain.DomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
13
 
13
 
14
 
14
 
15
     private long id;
15
     private long id;
16
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
16
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
17
     private 1.5.0/docs/api/java/lang/String.html">String nome;
17
     private 1.5.0/docs/api/java/lang/String.html">String nome;
18
     private List<Seccao> seccoes = new ArrayList<Seccao>(0);
18
     private List<Seccao> seccoes = new ArrayList<Seccao>(0);
19
 
19
 
20
    public Pagina() {
20
    public Pagina() {
21
    }
21
    }
22
 
22
 
23
   
23
   
24
    public long getId() {
24
    public long getId() {
25
        return this.id;
25
        return this.id;
26
    }
26
    }
27
   
27
   
28
    public void setId(long id) {
28
    public void setId(long id) {
29
        this.id = id;
29
        this.id = id;
30
    }
30
    }
31
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
31
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
32
        return this.saveDate;
32
        return this.saveDate;
33
    }
33
    }
34
   
34
   
35
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
35
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
36
        this.saveDate = saveDate;
36
        this.saveDate = saveDate;
37
    }
37
    }
38
    public 1.5.0/docs/api/java/lang/String.html">String getNome() {
38
    public 1.5.0/docs/api/java/lang/String.html">String getNome() {
39
        return this.nome;
39
        return this.nome;
40
    }
40
    }
41
   
41
   
42
    public void setNome(1.5.0/docs/api/java/lang/String.html">String nome) {
42
    public void setNome(1.5.0/docs/api/java/lang/String.html">String nome) {
43
        this.nome = nome;
43
        this.nome = nome;
44
    }
44
    }
45
    public List<Seccao> getSeccoes() {
45
    public List<Seccao> getSeccoes() {
46
        return this.seccoes;
46
        return this.seccoes;
47
    }
47
    }
48
   
48
   
49
    public void setSeccoes(List<Seccao> seccoes) {
49
    public void setSeccoes(List<Seccao> seccoes) {
50
        this.seccoes = seccoes;
50
        this.seccoes = seccoes;
51
    }
51
    }
52
 
52
 
53
 
53
 
54
 
54
 
55
 
55
 
56
}
56
}
57
 
57
 
58
 
58
 
59
 
59