Subversion Repositories bacoAlunos

Rev

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

Rev 1841 Rev 1843
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 4/nov/2017 18:59:19 by Hibernate Tools 3.2.0.b9
2
// Generated 4/nov/2017 19:35:42 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
 
5
 
6
/**
6
/**
7
 * SurveyStatsGraphic generated by hbm2java
7
 * SurveyStatsGraphic generated by hbm2java
8
 */
8
 */
9
public abstract class SurveyStatsGraphic extends pt.estgp.estgweb.domain.OwnedDomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
9
public abstract class SurveyStatsGraphic extends pt.estgp.estgweb.domain.OwnedDomainObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
10
 
11
 
11
 
12
     private long id;
12
     private long id;
13
     private 1.5.0/docs/api/java/lang/String.html">String identifier;
13
     private 1.5.0/docs/api/java/lang/String.html">String identifier;
14
     private SurveyQuestion question;
14
     private SurveyQuestion question;
15
     private SurveyStructuralNode structuralNode;
15
     private SurveyStructuralNode structuralNode;
16
 
16
 
17
    public SurveyStatsGraphic() {
17
    public SurveyStatsGraphic() {
18
    }
18
    }
19
 
19
 
20
   
20
   
21
    public long getId() {
21
    public long getId() {
22
        return this.id;
22
        return this.id;
23
    }
23
    }
24
   
24
   
25
    public void setId(long id) {
25
    public void setId(long id) {
26
        this.id = id;
26
        this.id = id;
27
    }
27
    }
28
    public 1.5.0/docs/api/java/lang/String.html">String getIdentifier() {
28
    public 1.5.0/docs/api/java/lang/String.html">String getIdentifier() {
29
        return this.identifier;
29
        return this.identifier;
30
    }
30
    }
31
   
31
   
32
    public void setIdentifier(1.5.0/docs/api/java/lang/String.html">String identifier) {
32
    public void setIdentifier(1.5.0/docs/api/java/lang/String.html">String identifier) {
33
        this.identifier = identifier;
33
        this.identifier = identifier;
34
    }
34
    }
35
    public SurveyQuestion getQuestion() {
35
    public SurveyQuestion getQuestion() {
36
        return this.question;
36
        return this.question;
37
    }
37
    }
38
   
38
   
39
    public void setQuestion(SurveyQuestion question) {
39
    public void setQuestion(SurveyQuestion question) {
40
        this.question = question;
40
        this.question = question;
41
    }
41
    }
42
    public SurveyStructuralNode getStructuralNode() {
42
    public SurveyStructuralNode getStructuralNode() {
43
        return this.structuralNode;
43
        return this.structuralNode;
44
    }
44
    }
45
   
45
   
46
    public void setStructuralNode(SurveyStructuralNode structuralNode) {
46
    public void setStructuralNode(SurveyStructuralNode structuralNode) {
47
        this.structuralNode = structuralNode;
47
        this.structuralNode = structuralNode;
48
    }
48
    }
49
 
49
 
50
 
50
 
51
 
51
 
52
 
52
 
53
}
53
}
54
 
54
 
55
 
55
 
56
 
56