Subversion Repositories bacoAlunos

Rev

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

Rev 1841 Rev 1843
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 4/nov/2017 18:59:19 by Hibernate Tools 3.2.0.b9
2
// Generated 4/nov/2017 19:35:42 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.Date;
5
import java.util.Date;
6
 
6
 
7
/**
7
/**
8
 * BpmnFlowComponentTaskActorInstance generated by hbm2java
8
 * BpmnFlowComponentTaskActorInstance generated by hbm2java
9
 */
9
 */
10
public abstract class BpmnFlowComponentTaskActorInstance extends pt.estgp.estgweb.domain.BpmnFlowComponentTaskInstanceImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
public abstract class BpmnFlowComponentTaskActorInstance extends pt.estgp.estgweb.domain.BpmnFlowComponentTaskInstanceImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
11
 
11
 
12
 
12
 
13
     private 5+0%2Fdocs%2Fapi+Date">Date deliveryScheduleDate;
13
     private 5+0%2Fdocs%2Fapi+Date">Date deliveryScheduleDate;
14
     private 5+0%2Fdocs%2Fapi+Date">Date startScheduleDate;
14
     private 5+0%2Fdocs%2Fapi+Date">Date startScheduleDate;
15
     private 1.5.0/docs/api/java/lang/Integer.html">Integer taskForceDays;
15
     private 1.5.0/docs/api/java/lang/Integer.html">Integer taskForceDays;
16
     private 1.5.0/docs/api/java/lang/String.html">String notes;
16
     private 1.5.0/docs/api/java/lang/String.html">String notes;
17
     private BpmnActorPoolThreadInstance actorPoolThread;
17
     private BpmnActorPoolThreadInstance actorPoolThread;
18
     private User user;
18
     private User user;
19
 
19
 
20
    public BpmnFlowComponentTaskActorInstance() {
20
    public BpmnFlowComponentTaskActorInstance() {
21
    }
21
    }
22
 
22
 
23
   
23
   
24
    public 5+0%2Fdocs%2Fapi+Date">Date getDeliveryScheduleDate() {
24
    public 5+0%2Fdocs%2Fapi+Date">Date getDeliveryScheduleDate() {
25
        return this.deliveryScheduleDate;
25
        return this.deliveryScheduleDate;
26
    }
26
    }
27
   
27
   
28
    public void setDeliveryScheduleDate(5+0%2Fdocs%2Fapi+Date">Date deliveryScheduleDate) {
28
    public void setDeliveryScheduleDate(5+0%2Fdocs%2Fapi+Date">Date deliveryScheduleDate) {
29
        this.deliveryScheduleDate = deliveryScheduleDate;
29
        this.deliveryScheduleDate = deliveryScheduleDate;
30
    }
30
    }
31
    public 5+0%2Fdocs%2Fapi+Date">Date getStartScheduleDate() {
31
    public 5+0%2Fdocs%2Fapi+Date">Date getStartScheduleDate() {
32
        return this.startScheduleDate;
32
        return this.startScheduleDate;
33
    }
33
    }
34
   
34
   
35
    public void setStartScheduleDate(5+0%2Fdocs%2Fapi+Date">Date startScheduleDate) {
35
    public void setStartScheduleDate(5+0%2Fdocs%2Fapi+Date">Date startScheduleDate) {
36
        this.startScheduleDate = startScheduleDate;
36
        this.startScheduleDate = startScheduleDate;
37
    }
37
    }
38
    public 1.5.0/docs/api/java/lang/Integer.html">Integer getTaskForceDays() {
38
    public 1.5.0/docs/api/java/lang/Integer.html">Integer getTaskForceDays() {
39
        return this.taskForceDays;
39
        return this.taskForceDays;
40
    }
40
    }
41
   
41
   
42
    public void setTaskForceDays(1.5.0/docs/api/java/lang/Integer.html">Integer taskForceDays) {
42
    public void setTaskForceDays(1.5.0/docs/api/java/lang/Integer.html">Integer taskForceDays) {
43
        this.taskForceDays = taskForceDays;
43
        this.taskForceDays = taskForceDays;
44
    }
44
    }
45
    public 1.5.0/docs/api/java/lang/String.html">String getNotes() {
45
    public 1.5.0/docs/api/java/lang/String.html">String getNotes() {
46
        return this.notes;
46
        return this.notes;
47
    }
47
    }
48
   
48
   
49
    public void setNotes(1.5.0/docs/api/java/lang/String.html">String notes) {
49
    public void setNotes(1.5.0/docs/api/java/lang/String.html">String notes) {
50
        this.notes = notes;
50
        this.notes = notes;
51
    }
51
    }
52
    public BpmnActorPoolThreadInstance getActorPoolThread() {
52
    public BpmnActorPoolThreadInstance getActorPoolThread() {
53
        return this.actorPoolThread;
53
        return this.actorPoolThread;
54
    }
54
    }
55
   
55
   
56
    public void setActorPoolThread(BpmnActorPoolThreadInstance actorPoolThread) {
56
    public void setActorPoolThread(BpmnActorPoolThreadInstance actorPoolThread) {
57
        this.actorPoolThread = actorPoolThread;
57
        this.actorPoolThread = actorPoolThread;
58
    }
58
    }
59
    public User getUser() {
59
    public User getUser() {
60
        return this.user;
60
        return this.user;
61
    }
61
    }
62
   
62
   
63
    public void setUser(User user) {
63
    public void setUser(User user) {
64
        this.user = user;
64
        this.user = user;
65
    }
65
    }
66
 
66
 
67
 
67
 
68
 
68
 
69
 
69
 
70
}
70
}
71
 
71
 
72
 
72
 
73
 
73