|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fenalco.entities.SectionList
public class SectionList
| Field Summary | |
|---|---|
private java.util.Hashtable |
sections
Este Hashtable agrupa los objetos del tipo
Section que conforman el listado, está diseñado
de la siguiente forma:
key: id de la secciónsectionId
value: Objeto del tipo Section |
| Constructor Summary | |
|---|---|
SectionList()
Constructor por defecto de la clase |
|
| Method Summary | |
|---|---|
java.util.Hashtable |
getSections()
Consultor para el atributo sections. |
boolean |
loadData()
Este método carga de base de datos todos los registros de la tabla seccion en el atributo sections. |
void |
setSections(java.util.Hashtable sections)
Modificador para el atributo sections. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.Hashtable sections
Hashtable agrupa los objetos del tipo
Section que conforman el listado, está diseñado
de la siguiente forma:
key: id de la secciónsectionId
value: Objeto del tipo Section
| Constructor Detail |
|---|
public SectionList()
| Method Detail |
|---|
public boolean loadData()
public java.util.Hashtable getSections()
public void setSections(java.util.Hashtable sections)
sections - Nuevo valor del atributo sections.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||