Subversion Repositories bacoAlunos

Rev

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

Rev 1863 Rev 1927
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 11/jan/2018 10:36:39 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.ArrayList;
5
import java.util.ArrayList;
6
import java.util.HashSet;
6
import java.util.HashSet;
7
import java.util.List;
7
import java.util.List;
8
import java.util.Set;
8
import java.util.Set;
9
 
9
 
10
/**
10
/**
11
 * PageSection generated by hbm2java
11
 * PageSection generated by hbm2java
12
 */
12
 */
13
public abstract class PageSection extends pt.estgp.estgweb.domain.PageContentImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
13
public abstract class PageSection extends pt.estgp.estgweb.domain.PageContentImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
14
 
14
 
15
 
15
 
16
     private boolean topLayoutSection;
16
     private boolean topLayoutSection;
17
     private List<PageContent> childs = new ArrayList<PageContent>(0);
17
     private List<PageContent> childs = new ArrayList<PageContent>(0);
18
     private Set<CourseUnit> courseUnits = new HashSet<CourseUnit>(0);
18
     private Set<CourseUnit> courseUnits = new HashSet<CourseUnit>(0);
19
     private Set<Course> courses = new HashSet<Course>(0);
19
     private Set<Course> courses = new HashSet<Course>(0);
20
 
20
 
21
    public PageSection() {
21
    public PageSection() {
22
    }
22
    }
23
 
23
 
24
   
24
   
25
    public boolean isTopLayoutSection() {
25
    public boolean isTopLayoutSection() {
26
        return this.topLayoutSection;
26
        return this.topLayoutSection;
27
    }
27
    }
28
   
28
   
29
    public void setTopLayoutSection(boolean topLayoutSection) {
29
    public void setTopLayoutSection(boolean topLayoutSection) {
30
        this.topLayoutSection = topLayoutSection;
30
        this.topLayoutSection = topLayoutSection;
31
    }
31
    }
32
    public List<PageContent> getChilds() {
32
    public List<PageContent> getChilds() {
33
        return this.childs;
33
        return this.childs;
34
    }
34
    }
35
   
35
   
36
    public void setChilds(List<PageContent> childs) {
36
    public void setChilds(List<PageContent> childs) {
37
        this.childs = childs;
37
        this.childs = childs;
38
    }
38
    }
39
    public Set<CourseUnit> getCourseUnits() {
39
    public Set<CourseUnit> getCourseUnits() {
40
        return this.courseUnits;
40
        return this.courseUnits;
41
    }
41
    }
42
   
42
   
43
    public void setCourseUnits(Set<CourseUnit> courseUnits) {
43
    public void setCourseUnits(Set<CourseUnit> courseUnits) {
44
        this.courseUnits = courseUnits;
44
        this.courseUnits = courseUnits;
45
    }
45
    }
46
    public Set<Course> getCourses() {
46
    public Set<Course> getCourses() {
47
        return this.courses;
47
        return this.courses;
48
    }
48
    }
49
   
49
   
50
    public void setCourses(Set<Course> courses) {
50
    public void setCourses(Set<Course> courses) {
51
        this.courses = courses;
51
        this.courses = courses;
52
    }
52
    }
53
 
53
 
54
 
54
 
55
 
55
 
56
 
56
 
57
}
57
}
58
 
58
 
59
 
59
 
60
 
60