Subversion Repositories bacoAlunos

Rev

Rev 1561 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1553 jmachado 1
package pt.estgp.estgweb.domain;
2
// Generated 9/Nov/2016 11:46:52 by Hibernate Tools 3.2.0.b9
3
 
4
 
5
 
6
/**
7
 * QuestionarioReportCursoFile generated by hbm2java
8
 */
9
public abstract class QuestionarioReportCursoFile extends pt.estgp.estgweb.domain.QuestionarioReportFileImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
11
 
12
     private Course course;
13
 
14
    public QuestionarioReportCursoFile() {
15
    }
16
 
17
 
18
    public Course getCourse() {
19
        return this.course;
20
    }
21
 
22
    public void setCourse(Course course) {
23
        this.course = course;
24
    }
25
 
26
 
27
 
28
 
29
}
30
 
31