Subversion Repositories bacoAlunos

Rev

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

Rev 1780 Rev 1781
Line 1... Line 1...
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 15/Jun/2017 13:07:44 by Hibernate Tools 3.2.0.b9
2
// Generated 15/Jun/2017 19:47:03 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
-
 
5
import java.util.ArrayList;
5
import java.util.Date;
6
import java.util.Date;
-
 
7
import java.util.List;
6
 
8
 
7
/**
9
/**
8
 * BpmnActorPool generated by hbm2java
10
 * BpmnActorPool generated by hbm2java
9
 */
11
 */
10
public abstract class BpmnActorPool extends pt.estgp.estgweb.domain.DomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
public abstract class BpmnActorPool extends pt.estgp.estgweb.domain.DomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
Line 13... Line 15...
13
     private long id;
15
     private long id;
14
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
16
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
15
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
17
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
16
     private 1.5.0/docs/api/java/lang/String.html">String name;
18
     private 1.5.0/docs/api/java/lang/String.html">String name;
17
     private 1.5.0/docs/api/java/lang/String.html">String description;
19
     private 1.5.0/docs/api/java/lang/String.html">String description;
-
 
20
     private BpmnProcess process;
18
     private BpmnAbstractActorSelector actorSelector;
21
     private BpmnAbstractActorSelector actorSelector;
19
     private BpmnAbstractActorSelector gestorPool;
22
     private BpmnAbstractActorSelector gestorPool;
-
 
23
     private List<BpmnFlowComponent> flowComponents = new ArrayList<BpmnFlowComponent>(0);
20
 
24
 
21
    public BpmnActorPool() {
25
    public BpmnActorPool() {
22
    }
26
    }
23
 
27
 
24
   
28
   
Line 55... Line 59...
55
    }
59
    }
56
   
60
   
57
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
61
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
58
        this.description = description;
62
        this.description = description;
59
    }
63
    }
-
 
64
    public BpmnProcess getProcess() {
-
 
65
        return this.process;
-
 
66
    }
-
 
67
   
-
 
68
    public void setProcess(BpmnProcess process) {
-
 
69
        this.process = process;
-
 
70
    }
60
    public BpmnAbstractActorSelector getActorSelector() {
71
    public BpmnAbstractActorSelector getActorSelector() {
61
        return this.actorSelector;
72
        return this.actorSelector;
62
    }
73
    }
63
   
74
   
64
    public void setActorSelector(BpmnAbstractActorSelector actorSelector) {
75
    public void setActorSelector(BpmnAbstractActorSelector actorSelector) {
Line 69... Line 80...
69
    }
80
    }
70
   
81
   
71
    public void setGestorPool(BpmnAbstractActorSelector gestorPool) {
82
    public void setGestorPool(BpmnAbstractActorSelector gestorPool) {
72
        this.gestorPool = gestorPool;
83
        this.gestorPool = gestorPool;
73
    }
84
    }
-
 
85
    public List<BpmnFlowComponent> getFlowComponents() {
-
 
86
        return this.flowComponents;
-
 
87
    }
-
 
88
   
-
 
89
    public void setFlowComponents(List<BpmnFlowComponent> flowComponents) {
-
 
90
        this.flowComponents = flowComponents;
-
 
91
    }
74
 
92
 
75
 
93
 
76
 
94
 
77
 
95
 
78
}
96
}