Subversion Repositories bacoAlunos

Rev

Rev 1579 | Rev 1585 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.domain;
// Generated 30/Dez/2016 18:00:19 by Hibernate Tools 3.2.0.b9



/**
 * QuestionarioReportCursoFile generated by hbm2java
 */

public abstract class QuestionarioReportCursoFile extends pt.estgp.estgweb.domain.QuestionarioReportFileImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {


     private Course course;

    public QuestionarioReportCursoFile() {
    }

   
    public Course getCourse() {
        return this.course;
    }
   
    public void setCourse(Course course) {
        this.course = course;
    }




}