Subversion Repositories bacoAlunos

Rev

Rev 1910 | Rev 1917 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1910 Rev 1915
Line 1... Line 1...
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 11/dez/2017 14:53:26 by Hibernate Tools 3.2.0.b9
2
// Generated 13/dez/2017 16:54:32 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.Date;
5
import java.util.Date;
6
 
6
 
7
/**
7
/**
Line 13... Line 13...
13
     private long id;
13
     private long id;
14
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
14
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
15
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
15
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
16
     private 1.5.0/docs/api/java/lang/String.html">String importYear;
16
     private 1.5.0/docs/api/java/lang/String.html">String importYear;
17
     private boolean separatedTurmas;
17
     private boolean separatedTurmas;
-
 
18
     private 1.5.0/docs/api/java/lang/String.html">String reportSave;
18
     private Course course;
19
     private Course course;
19
 
20
 
20
    public CourseYear() {
21
    public CourseYear() {
21
    }
22
    }
22
 
23
 
Line 54... Line 55...
54
    }
55
    }
55
   
56
   
56
    public void setSeparatedTurmas(boolean separatedTurmas) {
57
    public void setSeparatedTurmas(boolean separatedTurmas) {
57
        this.separatedTurmas = separatedTurmas;
58
        this.separatedTurmas = separatedTurmas;
58
    }
59
    }
-
 
60
    public 1.5.0/docs/api/java/lang/String.html">String getReportSave() {
-
 
61
        return this.reportSave;
-
 
62
    }
-
 
63
   
-
 
64
    public void setReportSave(1.5.0/docs/api/java/lang/String.html">String reportSave) {
-
 
65
        this.reportSave = reportSave;
-
 
66
    }
59
    public Course getCourse() {
67
    public Course getCourse() {
60
        return this.course;
68
        return this.course;
61
    }
69
    }
62
   
70
   
63
    public void setCourse(Course course) {
71
    public void setCourse(Course course) {