Subversion Repositories bacoAlunos

Rev

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

Rev 1863 Rev 1927
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 11/jan/2018 10:36:39 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.Date;
5
import java.util.Date;
6
import pt.estgp.estgweb.domain.typesgen.TargetActorType;
6
import pt.estgp.estgweb.domain.typesgen.TargetActorType;
7
 
7
 
8
/**
8
/**
9
 * BpmnFlowConnector generated by hbm2java
9
 * BpmnFlowConnector generated by hbm2java
10
 */
10
 */
11
public abstract class BpmnFlowConnector extends pt.estgp.estgweb.domain.BpmnFlowObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
11
public abstract class BpmnFlowConnector extends pt.estgp.estgweb.domain.BpmnFlowObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
 
12
 
13
 
13
 
14
     private long id;
14
     private long id;
15
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
15
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
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 keyValue;
17
     private 1.5.0/docs/api/java/lang/String.html">String keyValue;
18
     private 1.5.0/docs/api/java/lang/String.html">String nameConnection;
18
     private 1.5.0/docs/api/java/lang/String.html">String nameConnection;
19
     private boolean sendEmail;
19
     private boolean sendEmail;
20
     private 1.5.0/docs/api/java/lang/String.html">String msgEmail;
20
     private 1.5.0/docs/api/java/lang/String.html">String msgEmail;
21
     private TargetActorType targetTypes;
21
     private TargetActorType targetTypes;
22
     private 1.5.0/docs/api/java/lang/String.html">String encaminhadorTarefaVarHolder;
22
     private 1.5.0/docs/api/java/lang/String.html">String encaminhadorTarefaVarHolder;
23
     private 1.5.0/docs/api/java/lang/String.html">String encaminhadorTarefaVarHolderType;
23
     private 1.5.0/docs/api/java/lang/String.html">String encaminhadorTarefaVarHolderType;
24
     private BpmnFlowComponent flowComponent;
24
     private BpmnFlowComponent flowComponent;
25
 
25
 
26
    public BpmnFlowConnector() {
26
    public BpmnFlowConnector() {
27
    }
27
    }
28
 
28
 
29
   
29
   
30
    public long getId() {
30
    public long getId() {
31
        return this.id;
31
        return this.id;
32
    }
32
    }
33
   
33
   
34
    public void setId(long id) {
34
    public void setId(long id) {
35
        this.id = id;
35
        this.id = id;
36
    }
36
    }
37
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
37
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
38
        return this.updateDate;
38
        return this.updateDate;
39
    }
39
    }
40
   
40
   
41
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
41
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
42
        this.updateDate = updateDate;
42
        this.updateDate = updateDate;
43
    }
43
    }
44
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
44
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
45
        return this.saveDate;
45
        return this.saveDate;
46
    }
46
    }
47
   
47
   
48
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
48
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
49
        this.saveDate = saveDate;
49
        this.saveDate = saveDate;
50
    }
50
    }
51
    public 1.5.0/docs/api/java/lang/String.html">String getKeyValue() {
51
    public 1.5.0/docs/api/java/lang/String.html">String getKeyValue() {
52
        return this.keyValue;
52
        return this.keyValue;
53
    }
53
    }
54
   
54
   
55
    public void setKeyValue(1.5.0/docs/api/java/lang/String.html">String keyValue) {
55
    public void setKeyValue(1.5.0/docs/api/java/lang/String.html">String keyValue) {
56
        this.keyValue = keyValue;
56
        this.keyValue = keyValue;
57
    }
57
    }
58
    public 1.5.0/docs/api/java/lang/String.html">String getNameConnection() {
58
    public 1.5.0/docs/api/java/lang/String.html">String getNameConnection() {
59
        return this.nameConnection;
59
        return this.nameConnection;
60
    }
60
    }
61
   
61
   
62
    public void setNameConnection(1.5.0/docs/api/java/lang/String.html">String nameConnection) {
62
    public void setNameConnection(1.5.0/docs/api/java/lang/String.html">String nameConnection) {
63
        this.nameConnection = nameConnection;
63
        this.nameConnection = nameConnection;
64
    }
64
    }
65
    public boolean isSendEmail() {
65
    public boolean isSendEmail() {
66
        return this.sendEmail;
66
        return this.sendEmail;
67
    }
67
    }
68
   
68
   
69
    public void setSendEmail(boolean sendEmail) {
69
    public void setSendEmail(boolean sendEmail) {
70
        this.sendEmail = sendEmail;
70
        this.sendEmail = sendEmail;
71
    }
71
    }
72
    public 1.5.0/docs/api/java/lang/String.html">String getMsgEmail() {
72
    public 1.5.0/docs/api/java/lang/String.html">String getMsgEmail() {
73
        return this.msgEmail;
73
        return this.msgEmail;
74
    }
74
    }
75
   
75
   
76
    public void setMsgEmail(1.5.0/docs/api/java/lang/String.html">String msgEmail) {
76
    public void setMsgEmail(1.5.0/docs/api/java/lang/String.html">String msgEmail) {
77
        this.msgEmail = msgEmail;
77
        this.msgEmail = msgEmail;
78
    }
78
    }
79
    public TargetActorType getTargetTypes() {
79
    public TargetActorType getTargetTypes() {
80
        return this.targetTypes;
80
        return this.targetTypes;
81
    }
81
    }
82
   
82
   
83
    public void setTargetTypes(TargetActorType targetTypes) {
83
    public void setTargetTypes(TargetActorType targetTypes) {
84
        this.targetTypes = targetTypes;
84
        this.targetTypes = targetTypes;
85
    }
85
    }
86
    public 1.5.0/docs/api/java/lang/String.html">String getEncaminhadorTarefaVarHolder() {
86
    public 1.5.0/docs/api/java/lang/String.html">String getEncaminhadorTarefaVarHolder() {
87
        return this.encaminhadorTarefaVarHolder;
87
        return this.encaminhadorTarefaVarHolder;
88
    }
88
    }
89
   
89
   
90
    public void setEncaminhadorTarefaVarHolder(1.5.0/docs/api/java/lang/String.html">String encaminhadorTarefaVarHolder) {
90
    public void setEncaminhadorTarefaVarHolder(1.5.0/docs/api/java/lang/String.html">String encaminhadorTarefaVarHolder) {
91
        this.encaminhadorTarefaVarHolder = encaminhadorTarefaVarHolder;
91
        this.encaminhadorTarefaVarHolder = encaminhadorTarefaVarHolder;
92
    }
92
    }
93
    public 1.5.0/docs/api/java/lang/String.html">String getEncaminhadorTarefaVarHolderType() {
93
    public 1.5.0/docs/api/java/lang/String.html">String getEncaminhadorTarefaVarHolderType() {
94
        return this.encaminhadorTarefaVarHolderType;
94
        return this.encaminhadorTarefaVarHolderType;
95
    }
95
    }
96
   
96
   
97
    public void setEncaminhadorTarefaVarHolderType(1.5.0/docs/api/java/lang/String.html">String encaminhadorTarefaVarHolderType) {
97
    public void setEncaminhadorTarefaVarHolderType(1.5.0/docs/api/java/lang/String.html">String encaminhadorTarefaVarHolderType) {
98
        this.encaminhadorTarefaVarHolderType = encaminhadorTarefaVarHolderType;
98
        this.encaminhadorTarefaVarHolderType = encaminhadorTarefaVarHolderType;
99
    }
99
    }
100
    public BpmnFlowComponent getFlowComponent() {
100
    public BpmnFlowComponent getFlowComponent() {
101
        return this.flowComponent;
101
        return this.flowComponent;
102
    }
102
    }
103
   
103
   
104
    public void setFlowComponent(BpmnFlowComponent flowComponent) {
104
    public void setFlowComponent(BpmnFlowComponent flowComponent) {
105
        this.flowComponent = flowComponent;
105
        this.flowComponent = flowComponent;
106
    }
106
    }
107
 
107
 
108
 
108
 
109
 
109
 
110
 
110
 
111
}
111
}
112
 
112
 
113
 
113
 
114
 
114