Subversion Repositories bacoAlunos

Rev

Rev 1814 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1814 Rev 1830
Line 1... Line 1...
1
package pt.estgp.estgweb.services.courses.coursereport.documentmodel;
1
package pt.estgp.estgweb.services.courses.coursereport.documentmodel;
2
 
2
 
-
 
3
import pt.estgp.estgweb.utils.documentBuilder.GenericTextSection;
-
 
4
 
3
/**
5
/**
4
 * Created by jorgemachado on 11/10/17.
6
 * Created by jorgemachado on 11/10/17.
5
 */
7
 */
6
public class IntroSection extends GenericTextSection
8
public class IntroSection extends GenericTextSection
7
{
9
{
-
 
10
    public IntroSection()
-
 
11
    {
-
 
12
 
-
 
13
    }
8
 
14
 
-
 
15
    public void init()
-
 
16
    {
-
 
17
        setTitle("Introdução");
-
 
18
        super.init();
-
 
19
    }
9
}
20
}