Subversion Repositories bacoAlunos

Rev

Rev 1927 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1775 jmachado 1
package pt.estgp.estgweb.domain;
1974 grupo5 2
// Generated 29/jan/2018 12:25:13 by Hibernate Tools 3.2.0.b9
1775 jmachado 3
 
4
 
5
 
6
/**
7
 * BpmnUserSelector generated by hbm2java
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 {
10
 
11
 
12
     private long userId;
13
 
14
    public BpmnUserSelector() {
15
    }
16
 
17
 
18
    public long getUserId() {
19
        return this.userId;
20
    }
21
 
22
    public void setUserId(long userId) {
23
        this.userId = userId;
24
    }
25
 
26
 
27
 
28
 
29
}
30
 
31