Subversion Repositories bacoAlunos

Rev

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

Rev 1744 Rev 1755
Line 1... Line 1...
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 4/Mai/2017 8:01:05 by Hibernate Tools 3.2.0.b9
2
// Generated 28/Mai/2017 14:34:06 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.TeacherUnitProxy;
7
 
8
 
8
/**
9
/**
9
 * BpmnActorPool generated by hbm2java
10
 * BpmnActorPool generated by hbm2java
10
 */
11
 */
11
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 14... Line 15...
14
     private long id;
15
     private long id;
15
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
16
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
16
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
17
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
17
     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;
18
     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;
19
     private DomainRolesProxy domainRolesProxy;
20
     private DomainRolesProxy selectorRole;
-
 
21
     private TeacherUnitProxy selectorTeacherUnit;
20
     private 1.5.0/docs/api/java/lang/String.html">String domainRolesTxt;
22
     private 1.5.0/docs/api/java/lang/String.html">String domainRolesTxt;
21
 
23
 
22
    public BpmnActorPool() {
24
    public BpmnActorPool() {
23
    }
25
    }
24
 
26
 
Line 56... Line 58...
56
    }
58
    }
57
   
59
   
58
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
60
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
59
        this.description = description;
61
        this.description = description;
60
    }
62
    }
61
    public DomainRolesProxy getDomainRolesProxy() {
63
    public DomainRolesProxy getSelectorRole() {
62
        return this.domainRolesProxy;
64
        return this.selectorRole;
63
    }
65
    }
64
   
66
   
65
    public void setDomainRolesProxy(DomainRolesProxy domainRolesProxy) {
67
    public void setSelectorRole(DomainRolesProxy selectorRole) {
66
        this.domainRolesProxy = domainRolesProxy;
68
        this.selectorRole = selectorRole;
-
 
69
    }
-
 
70
    public TeacherUnitProxy getSelectorTeacherUnit() {
-
 
71
        return this.selectorTeacherUnit;
-
 
72
    }
-
 
73
   
-
 
74
    public void setSelectorTeacherUnit(TeacherUnitProxy selectorTeacherUnit) {
-
 
75
        this.selectorTeacherUnit = selectorTeacherUnit;
67
    }
76
    }
68
    public 1.5.0/docs/api/java/lang/String.html">String getDomainRolesTxt() {
77
    public 1.5.0/docs/api/java/lang/String.html">String getDomainRolesTxt() {
69
        return this.domainRolesTxt;
78
        return this.domainRolesTxt;
70
    }
79
    }
71
   
80