Subversion Repositories bacoAlunos

Rev

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

Rev 1910 Rev 1915
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 11/dez/2017 14:53:26 by Hibernate Tools 3.2.0.b9
2
// Generated 13/dez/2017 16:54:32 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.io.Serializable;
5
import java.io.Serializable;
6
import java.util.Date;
6
import java.util.Date;
7
 
7
 
8
/**
8
/**
9
 * SessionObject generated by hbm2java
9
 * SessionObject generated by hbm2java
10
 */
10
 */
11
public abstract class SessionObject extends pt.estgp.estgweb.domain.DomainSerializableObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
11
public abstract class SessionObject extends pt.estgp.estgweb.domain.DomainSerializableObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
 
12
 
13
 
13
 
14
     private SessionObjectId id;
14
     private SessionObjectId id;
15
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
15
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
16
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
16
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
17
     private 1.5.0/docs/api/java/lang/String.html">String type;
17
     private 1.5.0/docs/api/java/lang/String.html">String type;
18
     private 1.5.0/docs/api/java/io/Serializable.html">Serializable object;
18
     private 1.5.0/docs/api/java/io/Serializable.html">Serializable object;
19
 
19
 
20
    public SessionObject() {
20
    public SessionObject() {
21
    }
21
    }
22
 
22
 
23
       
23
       
24
    public SessionObject(SessionObjectId id) {
24
    public SessionObject(SessionObjectId id) {
25
        this.id = id;
25
        this.id = id;
26
    }
26
    }
27
   
27
   
28
    public SessionObjectId getId() {
28
    public SessionObjectId getId() {
29
        return this.id;
29
        return this.id;
30
    }
30
    }
31
   
31
   
32
    public void setId(SessionObjectId id) {
32
    public void setId(SessionObjectId id) {
33
        this.id = id;
33
        this.id = id;
34
    }
34
    }
35
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
35
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
36
        return this.updateDate;
36
        return this.updateDate;
37
    }
37
    }
38
   
38
   
39
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
39
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
40
        this.updateDate = updateDate;
40
        this.updateDate = updateDate;
41
    }
41
    }
42
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
42
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
43
        return this.saveDate;
43
        return this.saveDate;
44
    }
44
    }
45
   
45
   
46
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
46
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
47
        this.saveDate = saveDate;
47
        this.saveDate = saveDate;
48
    }
48
    }
49
    public 1.5.0/docs/api/java/lang/String.html">String getType() {
49
    public 1.5.0/docs/api/java/lang/String.html">String getType() {
50
        return this.type;
50
        return this.type;
51
    }
51
    }
52
   
52
   
53
    public void setType(1.5.0/docs/api/java/lang/String.html">String type) {
53
    public void setType(1.5.0/docs/api/java/lang/String.html">String type) {
54
        this.type = type;
54
        this.type = type;
55
    }
55
    }
56
    public 1.5.0/docs/api/java/io/Serializable.html">Serializable getObject() {
56
    public 1.5.0/docs/api/java/io/Serializable.html">Serializable getObject() {
57
        return this.object;
57
        return this.object;
58
    }
58
    }
59
   
59
   
60
    public void setObject(1.5.0/docs/api/java/io/Serializable.html">Serializable object) {
60
    public void setObject(1.5.0/docs/api/java/io/Serializable.html">Serializable object) {
61
        this.object = object;
61
        this.object = object;
62
    }
62
    }
63
 
63
 
64
 
64
 
65
 
65
 
66
 
66
 
67
}
67
}
68
 
68
 
69
 
69
 
70
 
70