Subversion Repositories bacoAlunos

Rev

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

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


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

/**
 * EventClass generated by hbm2java
 */

public abstract class EventClass extends pt.estgp.estgweb.domain.DomainObject 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 description;
     private boolean eventosGenericos;
     private boolean eventosFormacoes;
     private 1.5.0/docs/api/java/lang/String.html">String managersRole;
     private Set<EventGeneric> events = new HashSet<EventGeneric>(0);

    public EventClass() {
    }

   
    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 getDescription() {
        return this.description;
    }
   
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
        this.description = description;
    }
    public boolean isEventosGenericos() {
        return this.eventosGenericos;
    }
   
    public void setEventosGenericos(boolean eventosGenericos) {
        this.eventosGenericos = eventosGenericos;
    }
    public boolean isEventosFormacoes() {
        return this.eventosFormacoes;
    }
   
    public void setEventosFormacoes(boolean eventosFormacoes) {
        this.eventosFormacoes = eventosFormacoes;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getManagersRole() {
        return this.managersRole;
    }
   
    public void setManagersRole(1.5.0/docs/api/java/lang/String.html">String managersRole) {
        this.managersRole = managersRole;
    }
    public Set<EventGeneric> getEvents() {
        return this.events;
    }
   
    public void setEvents(Set<EventGeneric> events) {
        this.events = events;
    }




}