Subversion Repositories bacoAlunos

Rev

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

Rev 1857 Rev 1929
Line 2... Line 2...
2
 
2
 
3
/**
3
/**
4
 * Created by jorgemachado on 11/10/17.
4
 * Created by jorgemachado on 11/10/17.
5
 */
5
 */
6
public class DocComponent extends ExtensibleDocObject {
6
public class DocComponent extends ExtensibleDocObject {
-
 
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
    }
7
}
19
}