Subversion Repositories bacoAlunos

Rev

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

Rev 1830 Rev 1841
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 4/nov/2017 9:59:25 by Hibernate Tools 3.2.0.b9
2
// Generated 4/nov/2017 18:59:19 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
 
5
 
6
/**
6
/**
7
 * RecordEventOrganization generated by hbm2java
7
 * RecordEventOrganization generated by hbm2java
8
 */
8
 */
9
public abstract class RecordEventOrganization extends pt.estgp.estgweb.domain.RecordImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
9
public abstract class RecordEventOrganization 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 eventType;
12
     private 1.5.0/docs/api/java/lang/String.html">String eventType;
13
 
13
 
14
    public RecordEventOrganization() {
14
    public RecordEventOrganization() {
15
    }
15
    }
16
 
16
 
17
   
17
   
18
    public 1.5.0/docs/api/java/lang/String.html">String getEventType() {
18
    public 1.5.0/docs/api/java/lang/String.html">String getEventType() {
19
        return this.eventType;
19
        return this.eventType;
20
    }
20
    }
21
   
21
   
22
    public void setEventType(1.5.0/docs/api/java/lang/String.html">String eventType) {
22
    public void setEventType(1.5.0/docs/api/java/lang/String.html">String eventType) {
23
        this.eventType = eventType;
23
        this.eventType = eventType;
24
    }
24
    }
25
 
25
 
26
 
26
 
27
 
27
 
28
 
28
 
29
}
29
}
30
 
30
 
31
 
31
 
32
 
32