Ejemplo n.º 1
0
 /**
  * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM)
  *
  * @return int
  * @param index int
  */
 public int getGruposId(int index) {
   dbGRUPO a = (dbGRUPO) vGrupos.elementAt(index);
   return a.getIidgrupo();
 }
Ejemplo n.º 2
0
 /**
  * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM)
  *
  * @return int
  * @param index int
  */
 public int getGruposIdCategoria(int index) {
   dbGRUPO a = (dbGRUPO) vGrupos.elementAt(index);
   return a.getIidcategoria();
 }
Ejemplo n.º 3
0
 /**
  * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM)
  *
  * @return String
  * @param index int
  */
 public String getGruposDes(int index) {
   dbGRUPO a = (dbGRUPO) vGrupos.elementAt(index);
   return a.getVchdescripcion();
 }