Subversion Repositories bacoAlunos

Rev

Rev 1735 | Rev 1744 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1312 jmachado 1
package pt.estgp.estgweb.domain;
1737 jmachado 2
// Generated 19/Abr/2017 16:00:34 by Hibernate Tools 3.2.0.b9
1312 jmachado 3
 
4
 
5
 
6
/**
7
 * RecordThesis generated by hbm2java
8
 */
9
public abstract class RecordThesis extends pt.estgp.estgweb.domain.RecordImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
11
 
12
     private 1.5.0/docs/api/java/lang/String.html">String thesisType;
13
 
14
    public RecordThesis() {
15
    }
16
 
17
 
18
    public 1.5.0/docs/api/java/lang/String.html">String getThesisType() {
19
        return this.thesisType;
20
    }
21
 
22
    public void setThesisType(1.5.0/docs/api/java/lang/String.html">String thesisType) {
23
        this.thesisType = thesisType;
24
    }
25
 
26
 
27
 
28
 
29
}
30
 
31