Subversion Repositories bacoAlunos

Rev

Rev 1929 | 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
    public 1.5.0/docs/api/java/lang/String.html">String getInternalCode() {
10
        return internalCode;
11
    }
12
 
13
    public void setInternalCode(1.5.0/docs/api/java/lang/String.html">String internalCode) {
14
        this.internalCode = internalCode;
15
    }
1930 grupo1 16
}