Subversion Repositories bacoAlunos

Rev

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

Rev 1863 Rev 1927
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 4/nov/2017 19:35:42 by Hibernate Tools 3.2.0.b9
2
// Generated 11/jan/2018 10:36:39 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
 
5
 
6
/**
6
/**
7
 * BpmnUserSelector generated by hbm2java
7
 * BpmnUserSelector generated by hbm2java
8
 */
8
 */
9
public abstract class BpmnUserSelector extends pt.estgp.estgweb.domain.BpmnActorSelectorImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
9
public abstract class BpmnUserSelector extends pt.estgp.estgweb.domain.BpmnActorSelectorImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
10
 
11
 
11
 
12
     private long userId;
12
     private long userId;
13
 
13
 
14
    public BpmnUserSelector() {
14
    public BpmnUserSelector() {
15
    }
15
    }
16
 
16
 
17
   
17
   
18
    public long getUserId() {
18
    public long getUserId() {
19
        return this.userId;
19
        return this.userId;
20
    }
20
    }
21
   
21
   
22
    public void setUserId(long userId) {
22
    public void setUserId(long userId) {
23
        this.userId = userId;
23
        this.userId = userId;
24
    }
24
    }
25
 
25
 
26
 
26
 
27
 
27
 
28
 
28
 
29
}
29
}
30
 
30
 
31
 
31
 
32
 
32