Subversion Repositories bacoAlunos

Rev

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

package pt.estgp.estgweb.domain;
// Generated 6/Abr/2017 16:54:01 by Hibernate Tools 3.2.0.b9



/**
 * RecordThesis generated by hbm2java
 */

public abstract class RecordThesis 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 thesisType;

    public RecordThesis() {
    }

   
    public 1.5.0/docs/api/java/lang/String.html">String getThesisType() {
        return this.thesisType;
    }
   
    public void setThesisType(1.5.0/docs/api/java/lang/String.html">String thesisType) {
        this.thesisType = thesisType;
    }




}