Subversion Repositories bacoAlunos

Rev

Rev 1862 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1312 jmachado 1
package pt.estgp.estgweb.domain;
1905 grupo7 2
// Generated Dec 7, 2017 11:01:13 AM by Hibernate Tools 3.2.0.b9
1312 jmachado 3
 
4
 
5
 
6
/**
7
 * CourseUnitBlogPost generated by hbm2java
8
 */
9
public abstract class CourseUnitBlogPost extends pt.estgp.estgweb.domain.BlogPostImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
11
 
12
     private boolean courseUnitInternal;
13
 
14
    public CourseUnitBlogPost() {
15
    }
16
 
17
 
18
    public boolean isCourseUnitInternal() {
19
        return this.courseUnitInternal;
20
    }
21
 
22
    public void setCourseUnitInternal(boolean courseUnitInternal) {
23
        this.courseUnitInternal = courseUnitInternal;
24
    }
25
 
26
 
27
 
28
 
29
}
30
 
31