Subversion Repositories bacoAlunos

Rev

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

Rev 1910 Rev 1915
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 11/dez/2017 14:53:26 by Hibernate Tools 3.2.0.b9
2
// Generated 13/dez/2017 16:54:32 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.Date;
5
import java.util.Date;
6
import java.util.HashSet;
6
import java.util.HashSet;
7
import java.util.Set;
7
import java.util.Set;
8
 
8
 
9
/**
9
/**
10
 * EventClass generated by hbm2java
10
 * EventClass generated by hbm2java
11
 */
11
 */
12
public abstract class EventClass extends pt.estgp.estgweb.domain.DomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
public abstract class EventClass 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 updateDate;
16
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
17
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
17
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
18
     private 1.5.0/docs/api/java/lang/String.html">String name;
18
     private 1.5.0/docs/api/java/lang/String.html">String name;
19
     private 1.5.0/docs/api/java/lang/String.html">String description;
19
     private 1.5.0/docs/api/java/lang/String.html">String description;
20
     private boolean eventosGenericos;
20
     private boolean eventosGenericos;
21
     private boolean eventosFormacoes;
21
     private boolean eventosFormacoes;
22
     private 1.5.0/docs/api/java/lang/String.html">String managersRole;
22
     private 1.5.0/docs/api/java/lang/String.html">String managersRole;
23
     private Set<EventGeneric> events = new HashSet<EventGeneric>(0);
23
     private Set<EventGeneric> events = new HashSet<EventGeneric>(0);
24
 
24
 
25
    public EventClass() {
25
    public EventClass() {
26
    }
26
    }
27
 
27
 
28
   
28
   
29
    public long getId() {
29
    public long getId() {
30
        return this.id;
30
        return this.id;
31
    }
31
    }
32
   
32
   
33
    public void setId(long id) {
33
    public void setId(long id) {
34
        this.id = id;
34
        this.id = id;
35
    }
35
    }
36
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
36
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
37
        return this.updateDate;
37
        return this.updateDate;
38
    }
38
    }
39
   
39
   
40
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
40
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
41
        this.updateDate = updateDate;
41
        this.updateDate = updateDate;
42
    }
42
    }
43
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
43
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
44
        return this.saveDate;
44
        return this.saveDate;
45
    }
45
    }
46
   
46
   
47
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
47
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
48
        this.saveDate = saveDate;
48
        this.saveDate = saveDate;
49
    }
49
    }
50
    public 1.5.0/docs/api/java/lang/String.html">String getName() {
50
    public 1.5.0/docs/api/java/lang/String.html">String getName() {
51
        return this.name;
51
        return this.name;
52
    }
52
    }
53
   
53
   
54
    public void setName(1.5.0/docs/api/java/lang/String.html">String name) {
54
    public void setName(1.5.0/docs/api/java/lang/String.html">String name) {
55
        this.name = name;
55
        this.name = name;
56
    }
56
    }
57
    public 1.5.0/docs/api/java/lang/String.html">String getDescription() {
57
    public 1.5.0/docs/api/java/lang/String.html">String getDescription() {
58
        return this.description;
58
        return this.description;
59
    }
59
    }
60
   
60
   
61
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
61
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
62
        this.description = description;
62
        this.description = description;
63
    }
63
    }
64
    public boolean isEventosGenericos() {
64
    public boolean isEventosGenericos() {
65
        return this.eventosGenericos;
65
        return this.eventosGenericos;
66
    }
66
    }
67
   
67
   
68
    public void setEventosGenericos(boolean eventosGenericos) {
68
    public void setEventosGenericos(boolean eventosGenericos) {
69
        this.eventosGenericos = eventosGenericos;
69
        this.eventosGenericos = eventosGenericos;
70
    }
70
    }
71
    public boolean isEventosFormacoes() {
71
    public boolean isEventosFormacoes() {
72
        return this.eventosFormacoes;
72
        return this.eventosFormacoes;
73
    }
73
    }
74
   
74
   
75
    public void setEventosFormacoes(boolean eventosFormacoes) {
75
    public void setEventosFormacoes(boolean eventosFormacoes) {
76
        this.eventosFormacoes = eventosFormacoes;
76
        this.eventosFormacoes = eventosFormacoes;
77
    }
77
    }
78
    public 1.5.0/docs/api/java/lang/String.html">String getManagersRole() {
78
    public 1.5.0/docs/api/java/lang/String.html">String getManagersRole() {
79
        return this.managersRole;
79
        return this.managersRole;
80
    }
80
    }
81
   
81
   
82
    public void setManagersRole(1.5.0/docs/api/java/lang/String.html">String managersRole) {
82
    public void setManagersRole(1.5.0/docs/api/java/lang/String.html">String managersRole) {
83
        this.managersRole = managersRole;
83
        this.managersRole = managersRole;
84
    }
84
    }
85
    public Set<EventGeneric> getEvents() {
85
    public Set<EventGeneric> getEvents() {
86
        return this.events;
86
        return this.events;
87
    }
87
    }
88
   
88
   
89
    public void setEvents(Set<EventGeneric> events) {
89
    public void setEvents(Set<EventGeneric> events) {
90
        this.events = events;
90
        this.events = events;
91
    }
91
    }
92
 
92
 
93
 
93
 
94
 
94
 
95
 
95
 
96
}
96
}
97
 
97
 
98
 
98
 
99
 
99