Subversion Repositories bacoAlunos

Rev

Rev 1841 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1841 Rev 1843
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 4/nov/2017 18:59:19 by Hibernate Tools 3.2.0.b9
2
// Generated 4/nov/2017 19:35:42 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.Date;
5
import java.util.Date;
6
import java.util.HashSet;
6
import java.util.HashSet;
7
import java.util.Set;
7
import java.util.Set;
8
 
8
 
9
/**
9
/**
10
 * BpmnActorPoolInstance generated by hbm2java
10
 * BpmnActorPoolInstance generated by hbm2java
11
 */
11
 */
12
public abstract class BpmnActorPoolInstance extends pt.estgp.estgweb.domain.DomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
public abstract class BpmnActorPoolInstance extends pt.estgp.estgweb.domain.DomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
13
 
13
 
14
 
14
 
15
     private long id;
15
     private long id;
16
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
16
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
17
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
17
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
18
     private BpmnActorPoolImpl actorPool;
18
     private BpmnActorPoolImpl actorPool;
19
     private BpmnActorSelectorImpl actorSelector;
19
     private BpmnActorSelectorImpl actorSelector;
20
     private Set<BpmnActorPoolThreadInstance> actorPoolsThreadInstances = new HashSet<BpmnActorPoolThreadInstance>(0);
20
     private Set<BpmnActorPoolThreadInstance> actorPoolsThreadInstances = new HashSet<BpmnActorPoolThreadInstance>(0);
21
 
21
 
22
    public BpmnActorPoolInstance() {
22
    public BpmnActorPoolInstance() {
23
    }
23
    }
24
 
24
 
25
   
25
   
26
    public long getId() {
26
    public long getId() {
27
        return this.id;
27
        return this.id;
28
    }
28
    }
29
   
29
   
30
    public void setId(long id) {
30
    public void setId(long id) {
31
        this.id = id;
31
        this.id = id;
32
    }
32
    }
33
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
33
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
34
        return this.updateDate;
34
        return this.updateDate;
35
    }
35
    }
36
   
36
   
37
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
37
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
38
        this.updateDate = updateDate;
38
        this.updateDate = updateDate;
39
    }
39
    }
40
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
40
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
41
        return this.saveDate;
41
        return this.saveDate;
42
    }
42
    }
43
   
43
   
44
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
44
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
45
        this.saveDate = saveDate;
45
        this.saveDate = saveDate;
46
    }
46
    }
47
    public BpmnActorPoolImpl getActorPool() {
47
    public BpmnActorPoolImpl getActorPool() {
48
        return this.actorPool;
48
        return this.actorPool;
49
    }
49
    }
50
   
50
   
51
    public void setActorPool(BpmnActorPoolImpl actorPool) {
51
    public void setActorPool(BpmnActorPoolImpl actorPool) {
52
        this.actorPool = actorPool;
52
        this.actorPool = actorPool;
53
    }
53
    }
54
    public BpmnActorSelectorImpl getActorSelector() {
54
    public BpmnActorSelectorImpl getActorSelector() {
55
        return this.actorSelector;
55
        return this.actorSelector;
56
    }
56
    }
57
   
57
   
58
    public void setActorSelector(BpmnActorSelectorImpl actorSelector) {
58
    public void setActorSelector(BpmnActorSelectorImpl actorSelector) {
59
        this.actorSelector = actorSelector;
59
        this.actorSelector = actorSelector;
60
    }
60
    }
61
    public Set<BpmnActorPoolThreadInstance> getActorPoolsThreadInstances() {
61
    public Set<BpmnActorPoolThreadInstance> getActorPoolsThreadInstances() {
62
        return this.actorPoolsThreadInstances;
62
        return this.actorPoolsThreadInstances;
63
    }
63
    }
64
   
64
   
65
    public void setActorPoolsThreadInstances(Set<BpmnActorPoolThreadInstance> actorPoolsThreadInstances) {
65
    public void setActorPoolsThreadInstances(Set<BpmnActorPoolThreadInstance> actorPoolsThreadInstances) {
66
        this.actorPoolsThreadInstances = actorPoolsThreadInstances;
66
        this.actorPoolsThreadInstances = actorPoolsThreadInstances;
67
    }
67
    }
68
 
68
 
69
 
69
 
70
 
70
 
71
 
71
 
72
}
72
}
73
 
73
 
74
 
74
 
75
 
75