Subversion Repositories bacoAlunos

Rev

Rev 1728 | Rev 1730 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1728 Rev 1729
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 13/Abr/2017 16:17:26 by Hibernate Tools 3.2.0.b9
2
// Generated 14/Abr/2017 13:19:24 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.Date;
5
import java.util.Date;
6
import pt.estgp.estgweb.services.bpmnprocess.types.DomainRolesProxy;
6
import pt.estgp.estgweb.services.bpmnprocess.types.DomainRolesProxy;
7
import pt.estgp.estgweb.services.bpmnprocess.types.UserProxy;
7
import pt.estgp.estgweb.services.bpmnprocess.types.UserProxy;
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 DomainRolesProxy domainRolesProxy;
18
     private DomainRolesProxy domainRolesProxy;
19
     private 1.5.0/docs/api/java/lang/String.html">String domainRolesTxt;
19
     private 1.5.0/docs/api/java/lang/String.html">String domainRolesTxt;
20
     private UserProxy userProxy;
20
     private UserProxy userProxy;
21
     private 1.5.0/docs/api/java/lang/Long.html">Long userId;
21
     private 1.5.0/docs/api/java/lang/Long.html">Long userId;
22
     private BpmnActorPoolImpl actorPool;
22
     private BpmnActorPoolImpl actorPool;
23
     private User user;
23
     private User user;
24
 
24
 
25
    public BpmnActorPoolInstance() {
25
    public BpmnActorPoolInstance() {
26
    }
26
    }
27
 
27
 
28
   
28
   
29
    public long getId() {
29
    public long getId() {
30
        return this.id;
30
        return this.id;
31
    }
31
    }
32
   
32
   
33
    public void setId(long id) {
33
    public void setId(long id) {
34
        this.id = id;
34
        this.id = id;
35
    }
35
    }
36
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
36
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
37
        return this.updateDate;
37
        return this.updateDate;
38
    }
38
    }
39
   
39
   
40
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
40
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
41
        this.updateDate = updateDate;
41
        this.updateDate = updateDate;
42
    }
42
    }
43
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
43
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
44
        return this.saveDate;
44
        return this.saveDate;
45
    }
45
    }
46
   
46
   
47
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
47
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
48
        this.saveDate = saveDate;
48
        this.saveDate = saveDate;
49
    }
49
    }
50
    public DomainRolesProxy getDomainRolesProxy() {
50
    public DomainRolesProxy getDomainRolesProxy() {
51
        return this.domainRolesProxy;
51
        return this.domainRolesProxy;
52
    }
52
    }
53
   
53
   
54
    public void setDomainRolesProxy(DomainRolesProxy domainRolesProxy) {
54
    public void setDomainRolesProxy(DomainRolesProxy domainRolesProxy) {
55
        this.domainRolesProxy = domainRolesProxy;
55
        this.domainRolesProxy = domainRolesProxy;
56
    }
56
    }
57
    public 1.5.0/docs/api/java/lang/String.html">String getDomainRolesTxt() {
57
    public 1.5.0/docs/api/java/lang/String.html">String getDomainRolesTxt() {
58
        return this.domainRolesTxt;
58
        return this.domainRolesTxt;
59
    }
59
    }
60
   
60
   
61
    public void setDomainRolesTxt(1.5.0/docs/api/java/lang/String.html">String domainRolesTxt) {
61
    public void setDomainRolesTxt(1.5.0/docs/api/java/lang/String.html">String domainRolesTxt) {
62
        this.domainRolesTxt = domainRolesTxt;
62
        this.domainRolesTxt = domainRolesTxt;
63
    }
63
    }
64
    public UserProxy getUserProxy() {
64
    public UserProxy getUserProxy() {
65
        return this.userProxy;
65
        return this.userProxy;
66
    }
66
    }
67
   
67
   
68
    public void setUserProxy(UserProxy userProxy) {
68
    public void setUserProxy(UserProxy userProxy) {
69
        this.userProxy = userProxy;
69
        this.userProxy = userProxy;
70
    }
70
    }
71
    public 1.5.0/docs/api/java/lang/Long.html">Long getUserId() {
71
    public 1.5.0/docs/api/java/lang/Long.html">Long getUserId() {
72
        return this.userId;
72
        return this.userId;
73
    }
73
    }
74
   
74
   
75
    public void setUserId(1.5.0/docs/api/java/lang/Long.html">Long userId) {
75
    public void setUserId(1.5.0/docs/api/java/lang/Long.html">Long userId) {
76
        this.userId = userId;
76
        this.userId = userId;
77
    }
77
    }
78
    public BpmnActorPoolImpl getActorPool() {
78
    public BpmnActorPoolImpl getActorPool() {
79
        return this.actorPool;
79
        return this.actorPool;
80
    }
80
    }
81
   
81
   
82
    public void setActorPool(BpmnActorPoolImpl actorPool) {
82
    public void setActorPool(BpmnActorPoolImpl actorPool) {
83
        this.actorPool = actorPool;
83
        this.actorPool = actorPool;
84
    }
84
    }
85
    public User getUser() {
85
    public User getUser() {
86
        return this.user;
86
        return this.user;
87
    }
87
    }
88
   
88
   
89
    public void setUser(User user) {
89
    public void setUser(User user) {
90
        this.user = user;
90
        this.user = user;
91
    }
91
    }
92
 
92
 
93
 
93
 
94
 
94
 
95
 
95
 
96
}
96
}
97
 
97
 
98
 
98
 
99
 
99