Subversion Repositories bacoAlunos

Rev

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

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