public class Colegio
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ApoderadoSetCollection |
apoderado |
CursoSetCollection |
curso |
ProfesorSetCollection |
profesor |
| Constructor and Description |
|---|
Colegio() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId_pk() |
java.lang.String |
getNombre() |
int |
getORMID() |
void |
setNombre(java.lang.String value) |
java.lang.String |
toString() |
public final CursoSetCollection curso
public final ApoderadoSetCollection apoderado
public final ProfesorSetCollection profesor