Subversion Repositories bacoAlunos

Rev

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

Rev Author Line No. Line
1704 jmachado 1
package pt.estgp.estgweb.domain;
1974 grupo5 2
// Generated 29/jan/2018 12:25:13 by Hibernate Tools 3.2.0.b9
1704 jmachado 3
 
4
 
5
 
6
/**
7
 * AppUser generated by hbm2java
8
 */
9
public abstract class AppUser extends pt.estgp.estgweb.domain.UserImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
11
 
12
     private 1.5.0/docs/api/java/lang/String.html">String chaveApi;
13
 
14
    public AppUser() {
15
    }
16
 
17
 
18
    public 1.5.0/docs/api/java/lang/String.html">String getChaveApi() {
19
        return this.chaveApi;
20
    }
21
 
22
    public void setChaveApi(1.5.0/docs/api/java/lang/String.html">String chaveApi) {
23
        this.chaveApi = chaveApi;
24
    }
25
 
26
 
27
 
28
 
29
}
30
 
31