Subversion Repositories bacoAlunos

Rev

Rev 1830 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1814 jmachado 1
package pt.estgp.estgweb.services.courses.coursereport.documentmodel;
2
 
3
/**
4
 * Created by jorgemachado on 11/10/17.
5
 */
6
public class DocumentSection
7
{
8
    1.5.0/docs/api/java/lang/String.html">String title;
9
 
10
    public 1.5.0/docs/api/java/lang/String.html">String getTitle() {
11
        return title;
12
    }
13
 
14
    public void setTitle(1.5.0/docs/api/java/lang/String.html">String title) {
15
        this.title = title;
16
    }
17
}