Subversion Repositories bacoAlunos

Rev

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

package pt.estgp.estgweb.domain;
// Generated 19/Jan/2017 8:47:29 by Hibernate Tools 3.2.0.b9


import java.util.HashSet;
import java.util.Set;

/**
 * Teacher generated by hbm2java
 */

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


     private 1.5.0/docs/api/java/lang/String.html">String academicName;
     private 1.5.0/docs/api/java/lang/String.html">String employerName;
     private boolean unitCheck;
     private 1.5.0/docs/api/java/lang/String.html">String academicDegree;
     private 1.5.0/docs/api/java/lang/String.html">String localRemovedTeachedUnits;
     private 1.5.0/docs/api/java/lang/String.html">String localTeachedUnits;
     private Set<CourseUnit> responsibleUnits = new HashSet<CourseUnit>(0);
     private Set<CourseUnit> teachedUnits = new HashSet<CourseUnit>(0);
     private Set<Course> coordinatorCourses = new HashSet<Course>(0);
     private Set<Course> directorCourses = new HashSet<Course>(0);

    public Teacher() {
    }

   
    public 1.5.0/docs/api/java/lang/String.html">String getAcademicName() {
        return this.academicName;
    }
   
    public void setAcademicName(1.5.0/docs/api/java/lang/String.html">String academicName) {
        this.academicName = academicName;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getEmployerName() {
        return this.employerName;
    }
   
    public void setEmployerName(1.5.0/docs/api/java/lang/String.html">String employerName) {
        this.employerName = employerName;
    }
    public boolean isUnitCheck() {
        return this.unitCheck;
    }
   
    public void setUnitCheck(boolean unitCheck) {
        this.unitCheck = unitCheck;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getAcademicDegree() {
        return this.academicDegree;
    }
   
    public void setAcademicDegree(1.5.0/docs/api/java/lang/String.html">String academicDegree) {
        this.academicDegree = academicDegree;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getLocalRemovedTeachedUnits() {
        return this.localRemovedTeachedUnits;
    }
   
    public void setLocalRemovedTeachedUnits(1.5.0/docs/api/java/lang/String.html">String localRemovedTeachedUnits) {
        this.localRemovedTeachedUnits = localRemovedTeachedUnits;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getLocalTeachedUnits() {
        return this.localTeachedUnits;
    }
   
    public void setLocalTeachedUnits(1.5.0/docs/api/java/lang/String.html">String localTeachedUnits) {
        this.localTeachedUnits = localTeachedUnits;
    }
    public Set<CourseUnit> getResponsibleUnits() {
        return this.responsibleUnits;
    }
   
    public void setResponsibleUnits(Set<CourseUnit> responsibleUnits) {
        this.responsibleUnits = responsibleUnits;
    }
    public Set<CourseUnit> getTeachedUnits() {
        return this.teachedUnits;
    }
   
    public void setTeachedUnits(Set<CourseUnit> teachedUnits) {
        this.teachedUnits = teachedUnits;
    }
    public Set<Course> getCoordinatorCourses() {
        return this.coordinatorCourses;
    }
   
    public void setCoordinatorCourses(Set<Course> coordinatorCourses) {
        this.coordinatorCourses = coordinatorCourses;
    }
    public Set<Course> getDirectorCourses() {
        return this.directorCourses;
    }
   
    public void setDirectorCourses(Set<Course> directorCourses) {
        this.directorCourses = directorCourses;
    }




}