Subversion Repositories bacoAlunos

Rev

Rev 1861 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1312 jmachado 1
package pt.estgp.estgweb.domain;
1914 grupo2 2
// Generated 7/dez/2017 12:42: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