Subversion Repositories bacoAlunos

Rev

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

Rev 1771 Rev 1775
Line 1... Line 1...
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 3/Jun/2017 20:45:30 by Hibernate Tools 3.2.0.b9
2
// Generated 14/Jun/2017 17:10:08 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
 
5
 
6
/**
6
/**
7
 * BpmnFlowComponentTask generated by hbm2java
7
 * BpmnFlowComponentTask generated by hbm2java
8
 */
8
 */
9
public abstract class BpmnFlowComponentTask extends pt.estgp.estgweb.domain.BpmnFlowComponentImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
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
 
10
 
11
 
11
 
-
 
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;
12
 
14
 
13
    public BpmnFlowComponentTask() {
15
    public BpmnFlowComponentTask() {
14
    }
16
    }
15
 
17
 
16
   
18
   
-
 
19
    public 1.5.0/docs/api/java/lang/String.html">String getTargetService() {
-
 
20
        return this.targetService;
-
 
21
    }
-
 
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() {
-
 
27
        return this.targetMethod;
-
 
28
    }
-
 
29
   
-
 
30
    public void setTargetMethod(1.5.0/docs/api/java/lang/String.html">String targetMethod) {
-
 
31
        this.targetMethod = targetMethod;
-
 
32
    }
17
 
33
 
18
 
34
 
19
 
35
 
20
 
36
 
21
}
37
}