Subversion Repositories bacoAlunos

Rev

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

Rev 1862 Rev 1905
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 4/nov/2017 19:35:42 by Hibernate Tools 3.2.0.b9
2
// Generated Dec 7, 2017 11:01:13 AM by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.HashSet;
5
import java.util.HashSet;
6
import java.util.Set;
6
import java.util.Set;
7
 
7
 
8
/**
8
/**
9
 * SurveyStructuralNode generated by hbm2java
9
 * SurveyStructuralNode generated by hbm2java
10
 */
10
 */
11
public abstract class SurveyStructuralNode extends pt.estgp.estgweb.domain.OwnedDomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
11
public abstract class SurveyStructuralNode extends pt.estgp.estgweb.domain.OwnedDomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
 
12
 
13
 
13
 
14
     private long id;
14
     private long id;
15
     private 1.5.0/docs/api/java/lang/String.html">String msg;
15
     private 1.5.0/docs/api/java/lang/String.html">String msg;
16
     private 1.5.0/docs/api/java/lang/String.html">String msgKey;
16
     private 1.5.0/docs/api/java/lang/String.html">String msgKey;
17
     private 1.5.0/docs/api/java/lang/String.html">String myKey;
17
     private 1.5.0/docs/api/java/lang/String.html">String myKey;
18
     private SurveyStructuralNode parentNode;
18
     private SurveyStructuralNode parentNode;
19
     private Survey survey;
19
     private Survey survey;
20
     private Set<SurveyStructuralNode> nodes = new HashSet<SurveyStructuralNode>(0);
20
     private Set<SurveyStructuralNode> nodes = new HashSet<SurveyStructuralNode>(0);
21
     private Set<SurveyResponse> responses = new HashSet<SurveyResponse>(0);
21
     private Set<SurveyResponse> responses = new HashSet<SurveyResponse>(0);
22
     private Set<SurveyStatsGraphic> graphics = new HashSet<SurveyStatsGraphic>(0);
22
     private Set<SurveyStatsGraphic> graphics = new HashSet<SurveyStatsGraphic>(0);
23
 
23
 
24
    public SurveyStructuralNode() {
24
    public SurveyStructuralNode() {
25
    }
25
    }
26
 
26
 
27
   
27
   
28
    public long getId() {
28
    public long getId() {
29
        return this.id;
29
        return this.id;
30
    }
30
    }
31
   
31
   
32
    public void setId(long id) {
32
    public void setId(long id) {
33
        this.id = id;
33
        this.id = id;
34
    }
34
    }
35
    public 1.5.0/docs/api/java/lang/String.html">String getMsg() {
35
    public 1.5.0/docs/api/java/lang/String.html">String getMsg() {
36
        return this.msg;
36
        return this.msg;
37
    }
37
    }
38
   
38
   
39
    public void setMsg(1.5.0/docs/api/java/lang/String.html">String msg) {
39
    public void setMsg(1.5.0/docs/api/java/lang/String.html">String msg) {
40
        this.msg = msg;
40
        this.msg = msg;
41
    }
41
    }
42
    public 1.5.0/docs/api/java/lang/String.html">String getMsgKey() {
42
    public 1.5.0/docs/api/java/lang/String.html">String getMsgKey() {
43
        return this.msgKey;
43
        return this.msgKey;
44
    }
44
    }
45
   
45
   
46
    public void setMsgKey(1.5.0/docs/api/java/lang/String.html">String msgKey) {
46
    public void setMsgKey(1.5.0/docs/api/java/lang/String.html">String msgKey) {
47
        this.msgKey = msgKey;
47
        this.msgKey = msgKey;
48
    }
48
    }
49
    public 1.5.0/docs/api/java/lang/String.html">String getMyKey() {
49
    public 1.5.0/docs/api/java/lang/String.html">String getMyKey() {
50
        return this.myKey;
50
        return this.myKey;
51
    }
51
    }
52
   
52
   
53
    public void setMyKey(1.5.0/docs/api/java/lang/String.html">String myKey) {
53
    public void setMyKey(1.5.0/docs/api/java/lang/String.html">String myKey) {
54
        this.myKey = myKey;
54
        this.myKey = myKey;
55
    }
55
    }
56
    public SurveyStructuralNode getParentNode() {
56
    public SurveyStructuralNode getParentNode() {
57
        return this.parentNode;
57
        return this.parentNode;
58
    }
58
    }
59
   
59
   
60
    public void setParentNode(SurveyStructuralNode parentNode) {
60
    public void setParentNode(SurveyStructuralNode parentNode) {
61
        this.parentNode = parentNode;
61
        this.parentNode = parentNode;
62
    }
62
    }
63
    public Survey getSurvey() {
63
    public Survey getSurvey() {
64
        return this.survey;
64
        return this.survey;
65
    }
65
    }
66
   
66
   
67
    public void setSurvey(Survey survey) {
67
    public void setSurvey(Survey survey) {
68
        this.survey = survey;
68
        this.survey = survey;
69
    }
69
    }
70
    public Set<SurveyStructuralNode> getNodes() {
70
    public Set<SurveyStructuralNode> getNodes() {
71
        return this.nodes;
71
        return this.nodes;
72
    }
72
    }
73
   
73
   
74
    public void setNodes(Set<SurveyStructuralNode> nodes) {
74
    public void setNodes(Set<SurveyStructuralNode> nodes) {
75
        this.nodes = nodes;
75
        this.nodes = nodes;
76
    }
76
    }
77
    public Set<SurveyResponse> getResponses() {
77
    public Set<SurveyResponse> getResponses() {
78
        return this.responses;
78
        return this.responses;
79
    }
79
    }
80
   
80
   
81
    public void setResponses(Set<SurveyResponse> responses) {
81
    public void setResponses(Set<SurveyResponse> responses) {
82
        this.responses = responses;
82
        this.responses = responses;
83
    }
83
    }
84
    public Set<SurveyStatsGraphic> getGraphics() {
84
    public Set<SurveyStatsGraphic> getGraphics() {
85
        return this.graphics;
85
        return this.graphics;
86
    }
86
    }
87
   
87
   
88
    public void setGraphics(Set<SurveyStatsGraphic> graphics) {
88
    public void setGraphics(Set<SurveyStatsGraphic> graphics) {
89
        this.graphics = graphics;
89
        this.graphics = graphics;
90
    }
90
    }
91
 
91
 
92
 
92
 
93
 
93
 
94
 
94
 
95
}
95
}
96
 
96
 
97
 
97
 
98
 
98