Subversion Repositories bacoAlunos

Rev

Rev 1927 | Details | Compare with Previous | Last modification | View Log | RSS feed

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