Subversion Repositories bacoAlunos

Rev

Rev 1927 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1927 Rev 1974
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 11/jan/2018 10:36:39 by Hibernate Tools 3.2.0.b9
2
// Generated 29/jan/2018 12:25:13 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.HashSet;
5
import java.util.HashSet;
6
import java.util.Set;
6
import java.util.Set;
7
 
7
 
8
/**
8
/**
9
 * Teacher generated by hbm2java
9
 * Teacher generated by hbm2java
10
 */
10
 */
11
public abstract class Teacher extends pt.estgp.estgweb.domain.SigesUserImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
11
public abstract class Teacher extends pt.estgp.estgweb.domain.SigesUserImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
 
12
 
13
 
13
 
14
     private 1.5.0/docs/api/java/lang/String.html">String academicName;
14
     private 1.5.0/docs/api/java/lang/String.html">String academicName;
15
     private 1.5.0/docs/api/java/lang/String.html">String employerName;
15
     private 1.5.0/docs/api/java/lang/String.html">String employerName;
16
     private boolean unitCheck;
16
     private boolean unitCheck;
17
     private 1.5.0/docs/api/java/lang/String.html">String academicDegree;
17
     private 1.5.0/docs/api/java/lang/String.html">String academicDegree;
18
     private 1.5.0/docs/api/java/lang/String.html">String localRemovedTeachedUnits;
18
     private 1.5.0/docs/api/java/lang/String.html">String localRemovedTeachedUnits;
19
     private 1.5.0/docs/api/java/lang/String.html">String localTeachedUnits;
19
     private 1.5.0/docs/api/java/lang/String.html">String localTeachedUnits;
20
     private CourseDepartmentImpl department;
20
     private CourseDepartmentImpl department;
21
     private Set<CourseUnit> responsibleUnits = new HashSet<CourseUnit>(0);
21
     private Set<CourseUnit> responsibleUnits = new HashSet<CourseUnit>(0);
22
     private Set<CourseUnit> teachedUnits = new HashSet<CourseUnit>(0);
22
     private Set<CourseUnit> teachedUnits = new HashSet<CourseUnit>(0);
23
     private Set<Course> coordinatorCourses = new HashSet<Course>(0);
23
     private Set<Course> coordinatorCourses = new HashSet<Course>(0);
24
     private Set<Course> directorCourses = new HashSet<Course>(0);
24
     private Set<Course> directorCourses = new HashSet<Course>(0);
25
 
25
 
26
    public Teacher() {
26
    public Teacher() {
27
    }
27
    }
28
 
28
 
29
   
29
   
30
    public 1.5.0/docs/api/java/lang/String.html">String getAcademicName() {
30
    public 1.5.0/docs/api/java/lang/String.html">String getAcademicName() {
31
        return this.academicName;
31
        return this.academicName;
32
    }
32
    }
33
   
33
   
34
    public void setAcademicName(1.5.0/docs/api/java/lang/String.html">String academicName) {
34
    public void setAcademicName(1.5.0/docs/api/java/lang/String.html">String academicName) {
35
        this.academicName = academicName;
35
        this.academicName = academicName;
36
    }
36
    }
37
    public 1.5.0/docs/api/java/lang/String.html">String getEmployerName() {
37
    public 1.5.0/docs/api/java/lang/String.html">String getEmployerName() {
38
        return this.employerName;
38
        return this.employerName;
39
    }
39
    }
40
   
40
   
41
    public void setEmployerName(1.5.0/docs/api/java/lang/String.html">String employerName) {
41
    public void setEmployerName(1.5.0/docs/api/java/lang/String.html">String employerName) {
42
        this.employerName = employerName;
42
        this.employerName = employerName;
43
    }
43
    }
44
    public boolean isUnitCheck() {
44
    public boolean isUnitCheck() {
45
        return this.unitCheck;
45
        return this.unitCheck;
46
    }
46
    }
47
   
47
   
48
    public void setUnitCheck(boolean unitCheck) {
48
    public void setUnitCheck(boolean unitCheck) {
49
        this.unitCheck = unitCheck;
49
        this.unitCheck = unitCheck;
50
    }
50
    }
51
    public 1.5.0/docs/api/java/lang/String.html">String getAcademicDegree() {
51
    public 1.5.0/docs/api/java/lang/String.html">String getAcademicDegree() {
52
        return this.academicDegree;
52
        return this.academicDegree;
53
    }
53
    }
54
   
54
   
55
    public void setAcademicDegree(1.5.0/docs/api/java/lang/String.html">String academicDegree) {
55
    public void setAcademicDegree(1.5.0/docs/api/java/lang/String.html">String academicDegree) {
56
        this.academicDegree = academicDegree;
56
        this.academicDegree = academicDegree;
57
    }
57
    }
58
    public 1.5.0/docs/api/java/lang/String.html">String getLocalRemovedTeachedUnits() {
58
    public 1.5.0/docs/api/java/lang/String.html">String getLocalRemovedTeachedUnits() {
59
        return this.localRemovedTeachedUnits;
59
        return this.localRemovedTeachedUnits;
60
    }
60
    }
61
   
61
   
62
    public void setLocalRemovedTeachedUnits(1.5.0/docs/api/java/lang/String.html">String localRemovedTeachedUnits) {
62
    public void setLocalRemovedTeachedUnits(1.5.0/docs/api/java/lang/String.html">String localRemovedTeachedUnits) {
63
        this.localRemovedTeachedUnits = localRemovedTeachedUnits;
63
        this.localRemovedTeachedUnits = localRemovedTeachedUnits;
64
    }
64
    }
65
    public 1.5.0/docs/api/java/lang/String.html">String getLocalTeachedUnits() {
65
    public 1.5.0/docs/api/java/lang/String.html">String getLocalTeachedUnits() {
66
        return this.localTeachedUnits;
66
        return this.localTeachedUnits;
67
    }
67
    }
68
   
68
   
69
    public void setLocalTeachedUnits(1.5.0/docs/api/java/lang/String.html">String localTeachedUnits) {
69
    public void setLocalTeachedUnits(1.5.0/docs/api/java/lang/String.html">String localTeachedUnits) {
70
        this.localTeachedUnits = localTeachedUnits;
70
        this.localTeachedUnits = localTeachedUnits;
71
    }
71
    }
72
    public CourseDepartmentImpl getDepartment() {
72
    public CourseDepartmentImpl getDepartment() {
73
        return this.department;
73
        return this.department;
74
    }
74
    }
75
   
75
   
76
    public void setDepartment(CourseDepartmentImpl department) {
76
    public void setDepartment(CourseDepartmentImpl department) {
77
        this.department = department;
77
        this.department = department;
78
    }
78
    }
79
    public Set<CourseUnit> getResponsibleUnits() {
79
    public Set<CourseUnit> getResponsibleUnits() {
80
        return this.responsibleUnits;
80
        return this.responsibleUnits;
81
    }
81
    }
82
   
82
   
83
    public void setResponsibleUnits(Set<CourseUnit> responsibleUnits) {
83
    public void setResponsibleUnits(Set<CourseUnit> responsibleUnits) {
84
        this.responsibleUnits = responsibleUnits;
84
        this.responsibleUnits = responsibleUnits;
85
    }
85
    }
86
    public Set<CourseUnit> getTeachedUnits() {
86
    public Set<CourseUnit> getTeachedUnits() {
87
        return this.teachedUnits;
87
        return this.teachedUnits;
88
    }
88
    }
89
   
89
   
90
    public void setTeachedUnits(Set<CourseUnit> teachedUnits) {
90
    public void setTeachedUnits(Set<CourseUnit> teachedUnits) {
91
        this.teachedUnits = teachedUnits;
91
        this.teachedUnits = teachedUnits;
92
    }
92
    }
93
    public Set<Course> getCoordinatorCourses() {
93
    public Set<Course> getCoordinatorCourses() {
94
        return this.coordinatorCourses;
94
        return this.coordinatorCourses;
95
    }
95
    }
96
   
96
   
97
    public void setCoordinatorCourses(Set<Course> coordinatorCourses) {
97
    public void setCoordinatorCourses(Set<Course> coordinatorCourses) {
98
        this.coordinatorCourses = coordinatorCourses;
98
        this.coordinatorCourses = coordinatorCourses;
99
    }
99
    }
100
    public Set<Course> getDirectorCourses() {
100
    public Set<Course> getDirectorCourses() {
101
        return this.directorCourses;
101
        return this.directorCourses;
102
    }
102
    }
103
   
103
   
104
    public void setDirectorCourses(Set<Course> directorCourses) {
104
    public void setDirectorCourses(Set<Course> directorCourses) {
105
        this.directorCourses = directorCourses;
105
        this.directorCourses = directorCourses;
106
    }
106
    }
107
 
107
 
108
 
108
 
109
 
109
 
110
 
110
 
111
}
111
}
112
 
112
 
113
 
113
 
114
 
114