Subversion Repositories bacoAlunos

Rev

Rev 1927 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1927 Rev 1974
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 11/jan/2018 10:36:39 by Hibernate Tools 3.2.0.b9
2
// Generated 29/jan/2018 12:25:13 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.Date;
5
import java.util.Date;
6
 
6
 
7
/**
7
/**
8
 * DigitalDeliveryTarget generated by hbm2java
8
 * DigitalDeliveryTarget generated by hbm2java
9
 */
9
 */
10
public abstract class DigitalDeliveryTarget extends pt.estgp.estgweb.domain.OwnedDomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
public abstract class DigitalDeliveryTarget extends pt.estgp.estgweb.domain.OwnedDomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
11
 
11
 
12
 
12
 
13
     private long id;
13
     private long id;
14
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
14
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
15
     private 1.5.0/docs/api/java/lang/String.html">String repositoryStream;
15
     private 1.5.0/docs/api/java/lang/String.html">String repositoryStream;
16
     private 1.5.0/docs/api/java/lang/String.html">String notesReader;
16
     private 1.5.0/docs/api/java/lang/String.html">String notesReader;
17
     private 1.5.0/docs/api/java/lang/String.html">String notesOwner;
17
     private 1.5.0/docs/api/java/lang/String.html">String notesOwner;
18
     private boolean checked;
18
     private boolean checked;
19
     private CourseUnit courseUnit;
19
     private CourseUnit courseUnit;
20
     private GenericUser owner;
20
     private GenericUser owner;
21
 
21
 
22
    public DigitalDeliveryTarget() {
22
    public DigitalDeliveryTarget() {
23
    }
23
    }
24
 
24
 
25
   
25
   
26
    public long getId() {
26
    public long getId() {
27
        return this.id;
27
        return this.id;
28
    }
28
    }
29
   
29
   
30
    public void setId(long id) {
30
    public void setId(long id) {
31
        this.id = id;
31
        this.id = id;
32
    }
32
    }
33
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
33
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
34
        return this.updateDate;
34
        return this.updateDate;
35
    }
35
    }
36
   
36
   
37
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
37
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
38
        this.updateDate = updateDate;
38
        this.updateDate = updateDate;
39
    }
39
    }
40
    public 1.5.0/docs/api/java/lang/String.html">String getRepositoryStream() {
40
    public 1.5.0/docs/api/java/lang/String.html">String getRepositoryStream() {
41
        return this.repositoryStream;
41
        return this.repositoryStream;
42
    }
42
    }
43
   
43
   
44
    public void setRepositoryStream(1.5.0/docs/api/java/lang/String.html">String repositoryStream) {
44
    public void setRepositoryStream(1.5.0/docs/api/java/lang/String.html">String repositoryStream) {
45
        this.repositoryStream = repositoryStream;
45
        this.repositoryStream = repositoryStream;
46
    }
46
    }
47
    public 1.5.0/docs/api/java/lang/String.html">String getNotesReader() {
47
    public 1.5.0/docs/api/java/lang/String.html">String getNotesReader() {
48
        return this.notesReader;
48
        return this.notesReader;
49
    }
49
    }
50
   
50
   
51
    public void setNotesReader(1.5.0/docs/api/java/lang/String.html">String notesReader) {
51
    public void setNotesReader(1.5.0/docs/api/java/lang/String.html">String notesReader) {
52
        this.notesReader = notesReader;
52
        this.notesReader = notesReader;
53
    }
53
    }
54
    public 1.5.0/docs/api/java/lang/String.html">String getNotesOwner() {
54
    public 1.5.0/docs/api/java/lang/String.html">String getNotesOwner() {
55
        return this.notesOwner;
55
        return this.notesOwner;
56
    }
56
    }
57
   
57
   
58
    public void setNotesOwner(1.5.0/docs/api/java/lang/String.html">String notesOwner) {
58
    public void setNotesOwner(1.5.0/docs/api/java/lang/String.html">String notesOwner) {
59
        this.notesOwner = notesOwner;
59
        this.notesOwner = notesOwner;
60
    }
60
    }
61
    public boolean isChecked() {
61
    public boolean isChecked() {
62
        return this.checked;
62
        return this.checked;
63
    }
63
    }
64
   
64
   
65
    public void setChecked(boolean checked) {
65
    public void setChecked(boolean checked) {
66
        this.checked = checked;
66
        this.checked = checked;
67
    }
67
    }
68
    public CourseUnit getCourseUnit() {
68
    public CourseUnit getCourseUnit() {
69
        return this.courseUnit;
69
        return this.courseUnit;
70
    }
70
    }
71
   
71
   
72
    public void setCourseUnit(CourseUnit courseUnit) {
72
    public void setCourseUnit(CourseUnit courseUnit) {
73
        this.courseUnit = courseUnit;
73
        this.courseUnit = courseUnit;
74
    }
74
    }
75
    public GenericUser getOwner() {
75
    public GenericUser getOwner() {
76
        return this.owner;
76
        return this.owner;
77
    }
77
    }
78
   
78
   
79
    public void setOwner(GenericUser owner) {
79
    public void setOwner(GenericUser owner) {
80
        this.owner = owner;
80
        this.owner = owner;
81
    }
81
    }
82
 
82
 
83
 
83
 
84
 
84
 
85
 
85
 
86
}
86
}
87
 
87
 
88
 
88
 
89
 
89