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
 * BpmnFlowComponentTask generated by hbm2java
8
 * BpmnFlowComponentTask generated by hbm2java
8
 */
9
 */
9
public abstract class BpmnFlowComponentTask extends pt.estgp.estgweb.domain.BpmnFlowComponentImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
public abstract class BpmnFlowComponentTask extends pt.estgp.estgweb.domain.BpmnFlowComponentImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
11
 
11
 
12
 
12
     private 1.5.0/docs/api/java/lang/String.html">String targetService;
-
 
13
     private 1.5.0/docs/api/java/lang/String.html">String targetMethod;
13
     private Todos todos;
14
 
14
 
15
    public BpmnFlowComponentTask() {
15
    public BpmnFlowComponentTask() {
16
    }
16
    }
17
 
17
 
18
   
18
   
19
    public 1.5.0/docs/api/java/lang/String.html">String getTargetService() {
19
    public Todos getTodos() {
20
        return this.targetService;
20
        return this.todos;
21
    }
21
    }
22
   
22
   
23
    public void setTargetService(1.5.0/docs/api/java/lang/String.html">String targetService) {
-
 
24
        this.targetService = targetService;
-
 
25
    }
-
 
26
    public 1.5.0/docs/api/java/lang/String.html">String getTargetMethod() {
23
    public void setTodos(Todos todos) {
27
        return this.targetMethod;
24
        this.todos = todos;
28
    }
-
 
29
   
-
 
30
    public void setTargetMethod(1.5.0/docs/api/java/lang/String.html">String targetMethod) {
-
 
31
        this.targetMethod = targetMethod;
-
 
32
    }
25
    }
33
 
26
 
34
 
27
 
35
 
28
 
36
 
29