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
1775 jmachado 1
package pt.estgp.estgweb.domain;
1830 jmachado 2
// Generated 4/nov/2017 9:59:25 by Hibernate Tools 3.2.0.b9
1775 jmachado 3
 
4
 
5
 
6
/**
7
 * BpmnFlowComponentGatewayExclusiveDecisionHolder generated by hbm2java
8
 */
9
public abstract class BpmnFlowComponentGatewayExclusiveDecisionHolder extends pt.estgp.estgweb.domain.BpmnFlowComponentGatewayExclusiveImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
11
 
12
     private 1.5.0/docs/api/java/lang/String.html">String decisionHolderKey;
13
 
14
    public BpmnFlowComponentGatewayExclusiveDecisionHolder() {
15
    }
16
 
17
 
18
    public 1.5.0/docs/api/java/lang/String.html">String getDecisionHolderKey() {
19
        return this.decisionHolderKey;
20
    }
21
 
22
    public void setDecisionHolderKey(1.5.0/docs/api/java/lang/String.html">String decisionHolderKey) {
23
        this.decisionHolderKey = decisionHolderKey;
24
    }
25
 
26
 
27
 
28
 
29
}
30
 
31