Subversion Repositories bacoAlunos

Rev

Rev 1731 | Rev 1735 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1731 Rev 1732
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 15/Abr/2017 17:04:23 by Hibernate Tools 3.2.0.b9
2
// Generated 18/Abr/2017 21:24:30 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
 
5
 
6
/**
6
/**
7
 * RecordThesis generated by hbm2java
7
 * RecordThesis generated by hbm2java
8
 */
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 {
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
 
10
 
11
 
11
 
12
     private 1.5.0/docs/api/java/lang/String.html">String thesisType;
12
     private 1.5.0/docs/api/java/lang/String.html">String thesisType;
13
 
13
 
14
    public RecordThesis() {
14
    public RecordThesis() {
15
    }
15
    }
16
 
16
 
17
   
17
   
18
    public 1.5.0/docs/api/java/lang/String.html">String getThesisType() {
18
    public 1.5.0/docs/api/java/lang/String.html">String getThesisType() {
19
        return this.thesisType;
19
        return this.thesisType;
20
    }
20
    }
21
   
21
   
22
    public void setThesisType(1.5.0/docs/api/java/lang/String.html">String thesisType) {
22
    public void setThesisType(1.5.0/docs/api/java/lang/String.html">String thesisType) {
23
        this.thesisType = thesisType;
23
        this.thesisType = thesisType;
24
    }
24
    }
25
 
25
 
26
 
26
 
27
 
27
 
28
 
28
 
29
}
29
}
30
 
30
 
31
 
31
 
32
 
32