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
 * UrlStatMonthId generated by hbm2java
8
 */
9
public class UrlStatMonthId 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 month;
13
     private UrlStatYear urlStatYear;
14
 
15
    public UrlStatMonthId() {
16
    }
17
 
18
 
19
    public 1.5.0/docs/api/java/lang/Integer.html">Integer getMonth() {
20
        return this.month;
21
    }
22
 
23
    public void setMonth(1.5.0/docs/api/java/lang/Integer.html">Integer month) {
24
        this.month = month;
25
    }
26
    public UrlStatYear getUrlStatYear() {
27
        return this.urlStatYear;
28
    }
29
 
30
    public void setUrlStatYear(UrlStatYear urlStatYear) {
31
        this.urlStatYear = urlStatYear;
32
    }
33
 
34
 
35
 
36
 
37
}
38
 
39