Subversion Repositories bacoAlunos

Rev

Rev 1857 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1830 jmachado 1
package pt.estgp.estgweb.utils.documentBuilder;
1814 jmachado 2
 
3
/**
4
 * Created by jorgemachado on 11/10/17.
5
 */
1848 jmachado 6
public class DocComponent extends ExtensibleDocObject {
1929 grupo1 7
    1.5.0/docs/api/java/lang/String.html">String internalCode = null;
8
 
9
 
10
    public 1.5.0/docs/api/java/lang/String.html">String getInternalCode() {
11
 
12
        return internalCode;
13
    }
14
 
15
    public void setInternalCode(1.5.0/docs/api/java/lang/String.html">String internalCode) {
16
 
17
        this.internalCode = internalCode;
18
    }
1814 jmachado 19
}