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
 * BpmnFlowComponentGatewayExclusiveDecisionHolderInstance generated by hbm2java
8
 */
9
public abstract class BpmnFlowComponentGatewayExclusiveDecisionHolderInstance extends pt.estgp.estgweb.domain.BpmnFlowComponentGatewayExclusiveInstanceImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
11
 
12
     private BpmnFlowConnectorInstance choosedConnector;
13
 
14
    public BpmnFlowComponentGatewayExclusiveDecisionHolderInstance() {
15
    }
16
 
17
 
18
    public BpmnFlowConnectorInstance getChoosedConnector() {
19
        return this.choosedConnector;
20
    }
21
 
22
    public void setChoosedConnector(BpmnFlowConnectorInstance choosedConnector) {
23
        this.choosedConnector = choosedConnector;
24
    }
25
 
26
 
27
 
28
 
29
}
30
 
31