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



/**
 * RecordEventOrganization generated by hbm2java
 */

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


     private 1.5.0/docs/api/java/lang/String.html">String eventType;

    public RecordEventOrganization() {
    }

   
    public 1.5.0/docs/api/java/lang/String.html">String getEventType() {
        return this.eventType;
    }
   
    public void setEventType(1.5.0/docs/api/java/lang/String.html">String eventType) {
        this.eventType = eventType;
    }




}