Subversion Repositories bacoAlunos

Rev

Rev 1862 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1862 Rev 1905
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 4/nov/2017 19:35:42 by Hibernate Tools 3.2.0.b9
2
// Generated Dec 7, 2017 11:01:13 AM 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
 * ProcessEvent generated by hbm2java
10
 * ProcessEvent generated by hbm2java
11
 */
11
 */
12
public abstract class ProcessEvent extends pt.estgp.estgweb.domain.OwnedDomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
public abstract class ProcessEvent extends pt.estgp.estgweb.domain.OwnedDomainObject 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 openDate;
17
     private 5+0%2Fdocs%2Fapi+Date">Date openDate;
18
     private 5+0%2Fdocs%2Fapi+Date">Date acceptedDate;
18
     private 5+0%2Fdocs%2Fapi+Date">Date acceptedDate;
19
     private 5+0%2Fdocs%2Fapi+Date">Date dispatchedDate;
19
     private 5+0%2Fdocs%2Fapi+Date">Date dispatchedDate;
20
     private 5+0%2Fdocs%2Fapi+Date">Date lastChangeDate;
20
     private 5+0%2Fdocs%2Fapi+Date">Date lastChangeDate;
21
     private 5+0%2Fdocs%2Fapi+Date">Date closeDate;
21
     private 5+0%2Fdocs%2Fapi+Date">Date closeDate;
22
     private 1.5.0/docs/api/java/lang/String.html">String nowState;
22
     private 1.5.0/docs/api/java/lang/String.html">String nowState;
23
     private boolean accepted;
23
     private boolean accepted;
24
     private 1.5.0/docs/api/java/lang/String.html">String destinationRole;
24
     private 1.5.0/docs/api/java/lang/String.html">String destinationRole;
25
     private 1.5.0/docs/api/java/lang/String.html">String notes;
25
     private 1.5.0/docs/api/java/lang/String.html">String notes;
26
     private 1.5.0/docs/api/java/lang/String.html">String notesAccessLevel;
26
     private 1.5.0/docs/api/java/lang/String.html">String notesAccessLevel;
27
     private 1.5.0/docs/api/java/lang/String.html">String notesAccessIdentifiers;
27
     private 1.5.0/docs/api/java/lang/String.html">String notesAccessIdentifiers;
28
     private 1.5.0/docs/api/java/lang/String.html">String notesAccessRoles;
28
     private 1.5.0/docs/api/java/lang/String.html">String notesAccessRoles;
29
     private 1.5.0/docs/api/java/lang/String.html">String notesToStarter;
29
     private 1.5.0/docs/api/java/lang/String.html">String notesToStarter;
30
     private 1.5.0/docs/api/java/lang/Process.html">Process process;
30
     private 1.5.0/docs/api/java/lang/Process.html">Process process;
31
     private ProcessEvent previousEvent;
31
     private ProcessEvent previousEvent;
32
     private ProcessEvent nextEvent;
32
     private ProcessEvent nextEvent;
33
     private GenericUser owner;
33
     private GenericUser owner;
34
     private Set<ProcessEventFile> files = new HashSet<ProcessEventFile>(0);
34
     private Set<ProcessEventFile> files = new HashSet<ProcessEventFile>(0);
35
 
35
 
36
    public ProcessEvent() {
36
    public ProcessEvent() {
37
    }
37
    }
38
 
38
 
39
   
39
   
40
    public long getId() {
40
    public long getId() {
41
        return this.id;
41
        return this.id;
42
    }
42
    }
43
   
43
   
44
    public void setId(long id) {
44
    public void setId(long id) {
45
        this.id = id;
45
        this.id = id;
46
    }
46
    }
47
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
47
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
48
        return this.updateDate;
48
        return this.updateDate;
49
    }
49
    }
50
   
50
   
51
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
51
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
52
        this.updateDate = updateDate;
52
        this.updateDate = updateDate;
53
    }
53
    }
54
    public 5+0%2Fdocs%2Fapi+Date">Date getOpenDate() {
54
    public 5+0%2Fdocs%2Fapi+Date">Date getOpenDate() {
55
        return this.openDate;
55
        return this.openDate;
56
    }
56
    }
57
   
57
   
58
    public void setOpenDate(5+0%2Fdocs%2Fapi+Date">Date openDate) {
58
    public void setOpenDate(5+0%2Fdocs%2Fapi+Date">Date openDate) {
59
        this.openDate = openDate;
59
        this.openDate = openDate;
60
    }
60
    }
61
    public 5+0%2Fdocs%2Fapi+Date">Date getAcceptedDate() {
61
    public 5+0%2Fdocs%2Fapi+Date">Date getAcceptedDate() {
62
        return this.acceptedDate;
62
        return this.acceptedDate;
63
    }
63
    }
64
   
64
   
65
    public void setAcceptedDate(5+0%2Fdocs%2Fapi+Date">Date acceptedDate) {
65
    public void setAcceptedDate(5+0%2Fdocs%2Fapi+Date">Date acceptedDate) {
66
        this.acceptedDate = acceptedDate;
66
        this.acceptedDate = acceptedDate;
67
    }
67
    }
68
    public 5+0%2Fdocs%2Fapi+Date">Date getDispatchedDate() {
68
    public 5+0%2Fdocs%2Fapi+Date">Date getDispatchedDate() {
69
        return this.dispatchedDate;
69
        return this.dispatchedDate;
70
    }
70
    }
71
   
71
   
72
    public void setDispatchedDate(5+0%2Fdocs%2Fapi+Date">Date dispatchedDate) {
72
    public void setDispatchedDate(5+0%2Fdocs%2Fapi+Date">Date dispatchedDate) {
73
        this.dispatchedDate = dispatchedDate;
73
        this.dispatchedDate = dispatchedDate;
74
    }
74
    }
75
    public 5+0%2Fdocs%2Fapi+Date">Date getLastChangeDate() {
75
    public 5+0%2Fdocs%2Fapi+Date">Date getLastChangeDate() {
76
        return this.lastChangeDate;
76
        return this.lastChangeDate;
77
    }
77
    }
78
   
78
   
79
    public void setLastChangeDate(5+0%2Fdocs%2Fapi+Date">Date lastChangeDate) {
79
    public void setLastChangeDate(5+0%2Fdocs%2Fapi+Date">Date lastChangeDate) {
80
        this.lastChangeDate = lastChangeDate;
80
        this.lastChangeDate = lastChangeDate;
81
    }
81
    }
82
    public 5+0%2Fdocs%2Fapi+Date">Date getCloseDate() {
82
    public 5+0%2Fdocs%2Fapi+Date">Date getCloseDate() {
83
        return this.closeDate;
83
        return this.closeDate;
84
    }
84
    }
85
   
85
   
86
    public void setCloseDate(5+0%2Fdocs%2Fapi+Date">Date closeDate) {
86
    public void setCloseDate(5+0%2Fdocs%2Fapi+Date">Date closeDate) {
87
        this.closeDate = closeDate;
87
        this.closeDate = closeDate;
88
    }
88
    }
89
    public 1.5.0/docs/api/java/lang/String.html">String getNowState() {
89
    public 1.5.0/docs/api/java/lang/String.html">String getNowState() {
90
        return this.nowState;
90
        return this.nowState;
91
    }
91
    }
92
   
92
   
93
    public void setNowState(1.5.0/docs/api/java/lang/String.html">String nowState) {
93
    public void setNowState(1.5.0/docs/api/java/lang/String.html">String nowState) {
94
        this.nowState = nowState;
94
        this.nowState = nowState;
95
    }
95
    }
96
    public boolean isAccepted() {
96
    public boolean isAccepted() {
97
        return this.accepted;
97
        return this.accepted;
98
    }
98
    }
99
   
99
   
100
    public void setAccepted(boolean accepted) {
100
    public void setAccepted(boolean accepted) {
101
        this.accepted = accepted;
101
        this.accepted = accepted;
102
    }
102
    }
103
    public 1.5.0/docs/api/java/lang/String.html">String getDestinationRole() {
103
    public 1.5.0/docs/api/java/lang/String.html">String getDestinationRole() {
104
        return this.destinationRole;
104
        return this.destinationRole;
105
    }
105
    }
106
   
106
   
107
    public void setDestinationRole(1.5.0/docs/api/java/lang/String.html">String destinationRole) {
107
    public void setDestinationRole(1.5.0/docs/api/java/lang/String.html">String destinationRole) {
108
        this.destinationRole = destinationRole;
108
        this.destinationRole = destinationRole;
109
    }
109
    }
110
    public 1.5.0/docs/api/java/lang/String.html">String getNotes() {
110
    public 1.5.0/docs/api/java/lang/String.html">String getNotes() {
111
        return this.notes;
111
        return this.notes;
112
    }
112
    }
113
   
113
   
114
    public void setNotes(1.5.0/docs/api/java/lang/String.html">String notes) {
114
    public void setNotes(1.5.0/docs/api/java/lang/String.html">String notes) {
115
        this.notes = notes;
115
        this.notes = notes;
116
    }
116
    }
117
    public 1.5.0/docs/api/java/lang/String.html">String getNotesAccessLevel() {
117
    public 1.5.0/docs/api/java/lang/String.html">String getNotesAccessLevel() {
118
        return this.notesAccessLevel;
118
        return this.notesAccessLevel;
119
    }
119
    }
120
   
120
   
121
    public void setNotesAccessLevel(1.5.0/docs/api/java/lang/String.html">String notesAccessLevel) {
121
    public void setNotesAccessLevel(1.5.0/docs/api/java/lang/String.html">String notesAccessLevel) {
122
        this.notesAccessLevel = notesAccessLevel;
122
        this.notesAccessLevel = notesAccessLevel;
123
    }
123
    }
124
    public 1.5.0/docs/api/java/lang/String.html">String getNotesAccessIdentifiers() {
124
    public 1.5.0/docs/api/java/lang/String.html">String getNotesAccessIdentifiers() {
125
        return this.notesAccessIdentifiers;
125
        return this.notesAccessIdentifiers;
126
    }
126
    }
127
   
127
   
128
    public void setNotesAccessIdentifiers(1.5.0/docs/api/java/lang/String.html">String notesAccessIdentifiers) {
128
    public void setNotesAccessIdentifiers(1.5.0/docs/api/java/lang/String.html">String notesAccessIdentifiers) {
129
        this.notesAccessIdentifiers = notesAccessIdentifiers;
129
        this.notesAccessIdentifiers = notesAccessIdentifiers;
130
    }
130
    }
131
    public 1.5.0/docs/api/java/lang/String.html">String getNotesAccessRoles() {
131
    public 1.5.0/docs/api/java/lang/String.html">String getNotesAccessRoles() {
132
        return this.notesAccessRoles;
132
        return this.notesAccessRoles;
133
    }
133
    }
134
   
134
   
135
    public void setNotesAccessRoles(1.5.0/docs/api/java/lang/String.html">String notesAccessRoles) {
135
    public void setNotesAccessRoles(1.5.0/docs/api/java/lang/String.html">String notesAccessRoles) {
136
        this.notesAccessRoles = notesAccessRoles;
136
        this.notesAccessRoles = notesAccessRoles;
137
    }
137
    }
138
    public 1.5.0/docs/api/java/lang/String.html">String getNotesToStarter() {
138
    public 1.5.0/docs/api/java/lang/String.html">String getNotesToStarter() {
139
        return this.notesToStarter;
139
        return this.notesToStarter;
140
    }
140
    }
141
   
141
   
142
    public void setNotesToStarter(1.5.0/docs/api/java/lang/String.html">String notesToStarter) {
142
    public void setNotesToStarter(1.5.0/docs/api/java/lang/String.html">String notesToStarter) {
143
        this.notesToStarter = notesToStarter;
143
        this.notesToStarter = notesToStarter;
144
    }
144
    }
145
    public 1.5.0/docs/api/java/lang/Process.html">Process getProcess() {
145
    public 1.5.0/docs/api/java/lang/Process.html">Process getProcess() {
146
        return this.process;
146
        return this.process;
147
    }
147
    }
148
   
148
   
149
    public void setProcess(1.5.0/docs/api/java/lang/Process.html">Process process) {
149
    public void setProcess(1.5.0/docs/api/java/lang/Process.html">Process process) {
150
        this.process = process;
150
        this.process = process;
151
    }
151
    }
152
    public ProcessEvent getPreviousEvent() {
152
    public ProcessEvent getPreviousEvent() {
153
        return this.previousEvent;
153
        return this.previousEvent;
154
    }
154
    }
155
   
155
   
156
    public void setPreviousEvent(ProcessEvent previousEvent) {
156
    public void setPreviousEvent(ProcessEvent previousEvent) {
157
        this.previousEvent = previousEvent;
157
        this.previousEvent = previousEvent;
158
    }
158
    }
159
    public ProcessEvent getNextEvent() {
159
    public ProcessEvent getNextEvent() {
160
        return this.nextEvent;
160
        return this.nextEvent;
161
    }
161
    }
162
   
162
   
163
    public void setNextEvent(ProcessEvent nextEvent) {
163
    public void setNextEvent(ProcessEvent nextEvent) {
164
        this.nextEvent = nextEvent;
164
        this.nextEvent = nextEvent;
165
    }
165
    }
166
    public GenericUser getOwner() {
166
    public GenericUser getOwner() {
167
        return this.owner;
167
        return this.owner;
168
    }
168
    }
169
   
169
   
170
    public void setOwner(GenericUser owner) {
170
    public void setOwner(GenericUser owner) {
171
        this.owner = owner;
171
        this.owner = owner;
172
    }
172
    }
173
    public Set<ProcessEventFile> getFiles() {
173
    public Set<ProcessEventFile> getFiles() {
174
        return this.files;
174
        return this.files;
175
    }
175
    }
176
   
176
   
177
    public void setFiles(Set<ProcessEventFile> files) {
177
    public void setFiles(Set<ProcessEventFile> files) {
178
        this.files = files;
178
        this.files = files;
179
    }
179
    }
180
 
180
 
181
 
181
 
182
 
182
 
183
 
183
 
184
}
184
}
185
 
185
 
186
 
186
 
187
 
187