Subversion Repositories bacoAlunos

Rev

Rev 1744 | Rev 1771 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1653 jmachado 1
package pt.estgp.estgweb.domain;
1755 jmachado 2
// Generated 28/Mai/2017 14:34:06 by Hibernate Tools 3.2.0.b9
1653 jmachado 3
 
4
 
5
 
6
/**
7
 * BpmnFlowComponentTaskActor generated by hbm2java
8
 */
9
public abstract class BpmnFlowComponentTaskActor extends pt.estgp.estgweb.domain.BpmnFlowComponentTaskImpl 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 interfacePlugin;
13
 
14
    public BpmnFlowComponentTaskActor() {
15
    }
16
 
17
 
18
    public 1.5.0/docs/api/java/lang/String.html">String getInterfacePlugin() {
19
        return this.interfacePlugin;
20
    }
21
 
22
    public void setInterfacePlugin(1.5.0/docs/api/java/lang/String.html">String interfacePlugin) {
23
        this.interfacePlugin = interfacePlugin;
24
    }
25
 
26
 
27
 
28
 
29
}
30
 
31