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
 * AppUser generated by hbm2java
7
 * AppUser generated by hbm2java
8
 */
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 {
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
 
10
 
11
 
11
 
12
     private 1.5.0/docs/api/java/lang/String.html">String chaveApi;
12
     private 1.5.0/docs/api/java/lang/String.html">String chaveApi;
13
 
13
 
14
    public AppUser() {
14
    public AppUser() {
15
    }
15
    }
16
 
16
 
17
   
17
   
18
    public 1.5.0/docs/api/java/lang/String.html">String getChaveApi() {
18
    public 1.5.0/docs/api/java/lang/String.html">String getChaveApi() {
19
        return this.chaveApi;
19
        return this.chaveApi;
20
    }
20
    }
21
   
21
   
22
    public void setChaveApi(1.5.0/docs/api/java/lang/String.html">String chaveApi) {
22
    public void setChaveApi(1.5.0/docs/api/java/lang/String.html">String chaveApi) {
23
        this.chaveApi = chaveApi;
23
        this.chaveApi = chaveApi;
24
    }
24
    }
25
 
25
 
26
 
26
 
27
 
27
 
28
 
28
 
29
}
29
}
30
 
30
 
31
 
31
 
32
 
32