Subversion Repositories bacoAlunos

Rev

Rev 1782 | Rev 1791 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1782 Rev 1785
Line 1... Line 1...
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 17/Jun/2017 17:19:42 by Hibernate Tools 3.2.0.b9
2
// Generated 20/Jun/2017 16:24:02 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
-
 
5
import pt.estgp.estgweb.domain.bpmn.Todos;
5
 
6
 
6
/**
7
/**
7
 * BpmnFlowComponentTaskActor generated by hbm2java
8
 * BpmnFlowComponentTaskActor generated by hbm2java
8
 */
9
 */
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
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
 
11
 
12
 
-
 
13
     private Todos afterUserTodos;
12
     private 1.5.0/docs/api/java/lang/String.html">String interfacePlugin;
14
     private 1.5.0/docs/api/java/lang/String.html">String interfacePlugin;
13
 
15
 
14
    public BpmnFlowComponentTaskActor() {
16
    public BpmnFlowComponentTaskActor() {
15
    }
17
    }
16
 
18
 
17
   
19
   
-
 
20
    public Todos getAfterUserTodos() {
-
 
21
        return this.afterUserTodos;
-
 
22
    }
-
 
23
   
-
 
24
    public void setAfterUserTodos(Todos afterUserTodos) {
-
 
25
        this.afterUserTodos = afterUserTodos;
-
 
26
    }
18
    public 1.5.0/docs/api/java/lang/String.html">String getInterfacePlugin() {
27
    public 1.5.0/docs/api/java/lang/String.html">String getInterfacePlugin() {
19
        return this.interfacePlugin;
28
        return this.interfacePlugin;
20
    }
29
    }
21
   
30
   
22
    public void setInterfacePlugin(1.5.0/docs/api/java/lang/String.html">String interfacePlugin) {
31
    public void setInterfacePlugin(1.5.0/docs/api/java/lang/String.html">String interfacePlugin) {