Subversion Repositories bacoAlunos

Rev

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

package pt.estgp.estgweb.domain;
// Generated 4/nov/2017 18:59:19 by Hibernate Tools 3.2.0.b9


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

/**
 * ConfigurationSeparator generated by hbm2java
 */

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


     private long id;
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
     private 1.5.0/docs/api/java/lang/String.html">String name;
     private 1.5.0/docs/api/java/lang/String.html">String nameEn;
     private 1.5.0/docs/api/java/lang/String.html">String nameEs;
     private 1.5.0/docs/api/java/lang/String.html">String nameFr;
     private 1.5.0/docs/api/java/lang/String.html">String description;
     private boolean active;
     private 1.5.0/docs/api/java/lang/Integer.html">Integer position;
     private boolean showInBaco;
     private boolean showInPae;
     private boolean showStudents;
     private boolean showTeachers;
     private boolean showWorkers;
     private PageSectionImpl pageSection;
     private Set<CourseSchool> schools = new HashSet<CourseSchool>(0);

    public ConfigurationSeparator() {
    }

   
    public long getId() {
        return this.id;
    }
   
    public void setId(long id) {
        this.id = id;
    }
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
        return this.updateDate;
    }
   
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
        this.updateDate = updateDate;
    }
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
        return this.saveDate;
    }
   
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
        this.saveDate = saveDate;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getName() {
        return this.name;
    }
   
    public void setName(1.5.0/docs/api/java/lang/String.html">String name) {
        this.name = name;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getNameEn() {
        return this.nameEn;
    }
   
    public void setNameEn(1.5.0/docs/api/java/lang/String.html">String nameEn) {
        this.nameEn = nameEn;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getNameEs() {
        return this.nameEs;
    }
   
    public void setNameEs(1.5.0/docs/api/java/lang/String.html">String nameEs) {
        this.nameEs = nameEs;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getNameFr() {
        return this.nameFr;
    }
   
    public void setNameFr(1.5.0/docs/api/java/lang/String.html">String nameFr) {
        this.nameFr = nameFr;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getDescription() {
        return this.description;
    }
   
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
        this.description = description;
    }
    public boolean isActive() {
        return this.active;
    }
   
    public void setActive(boolean active) {
        this.active = active;
    }
    public 1.5.0/docs/api/java/lang/Integer.html">Integer getPosition() {
        return this.position;
    }
   
    public void setPosition(1.5.0/docs/api/java/lang/Integer.html">Integer position) {
        this.position = position;
    }
    public boolean isShowInBaco() {
        return this.showInBaco;
    }
   
    public void setShowInBaco(boolean showInBaco) {
        this.showInBaco = showInBaco;
    }
    public boolean isShowInPae() {
        return this.showInPae;
    }
   
    public void setShowInPae(boolean showInPae) {
        this.showInPae = showInPae;
    }
    public boolean isShowStudents() {
        return this.showStudents;
    }
   
    public void setShowStudents(boolean showStudents) {
        this.showStudents = showStudents;
    }
    public boolean isShowTeachers() {
        return this.showTeachers;
    }
   
    public void setShowTeachers(boolean showTeachers) {
        this.showTeachers = showTeachers;
    }
    public boolean isShowWorkers() {
        return this.showWorkers;
    }
   
    public void setShowWorkers(boolean showWorkers) {
        this.showWorkers = showWorkers;
    }
    public PageSectionImpl getPageSection() {
        return this.pageSection;
    }
   
    public void setPageSection(PageSectionImpl pageSection) {
        this.pageSection = pageSection;
    }
    public Set<CourseSchool> getSchools() {
        return this.schools;
    }
   
    public void setSchools(Set<CourseSchool> schools) {
        this.schools = schools;
    }




}