Subversion Repositories bacoAlunos

Rev

Rev 1830 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1312 jmachado 1
package pt.estgp.estgweb.domain;
1841 jmachado 2
// Generated 4/nov/2017 18:59:19 by Hibernate Tools 3.2.0.b9
1312 jmachado 3
 
4
 
5
 
6
/**
7
 * UrlStatYearId generated by hbm2java
8
 */
9
public class UrlStatYearId extends pt.estgp.estgweb.domain.DomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
11
 
12
     private 1.5.0/docs/api/java/lang/Integer.html">Integer year;
13
     private UrlStat urlStat;
14
 
15
    public UrlStatYearId() {
16
    }
17
 
18
 
19
    public 1.5.0/docs/api/java/lang/Integer.html">Integer getYear() {
20
        return this.year;
21
    }
22
 
23
    public void setYear(1.5.0/docs/api/java/lang/Integer.html">Integer year) {
24
        this.year = year;
25
    }
26
    public UrlStat getUrlStat() {
27
        return this.urlStat;
28
    }
29
 
30
    public void setUrlStat(UrlStat urlStat) {
31
        this.urlStat = urlStat;
32
    }
33
 
34
 
35
 
36
 
37
}
38
 
39