Subversion Repositories bacoAlunos

Rev

Rev 1910 | Rev 1917 | 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;
1915 grupo3 2
// Generated 13/dez/2017 16:54:32 by Hibernate Tools 3.2.0.b9
1653 jmachado 3
 
4
 
1814 jmachado 5
import pt.estgp.estgweb.domain.typesgen.Todos;
1653 jmachado 6
 
7
/**
8
 * BpmnFlowComponentTaskActor generated by hbm2java
9
 */
10
public abstract class BpmnFlowComponentTaskActor extends pt.estgp.estgweb.domain.BpmnFlowComponentTaskImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
11
 
12
 
1785 jmachado 13
     private Todos afterUserTodos;
1653 jmachado 14
     private 1.5.0/docs/api/java/lang/String.html">String interfacePlugin;
15
 
16
    public BpmnFlowComponentTaskActor() {
17
    }
18
 
19
 
1785 jmachado 20
    public Todos getAfterUserTodos() {
21
        return this.afterUserTodos;
22
    }
23
 
24
    public void setAfterUserTodos(Todos afterUserTodos) {
25
        this.afterUserTodos = afterUserTodos;
26
    }
1653 jmachado 27
    public 1.5.0/docs/api/java/lang/String.html">String getInterfacePlugin() {
28
        return this.interfacePlugin;
29
    }
30
 
31
    public void setInterfacePlugin(1.5.0/docs/api/java/lang/String.html">String interfacePlugin) {
32
        this.interfacePlugin = interfacePlugin;
33
    }
34
 
35
 
36
 
37
 
38
}
39
 
40