/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return int * @param index int */ public int getLineasId(int index) { dbLINEA a = (dbLINEA) vLineas.elementAt(index); return a.getIidlinea(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return int * @param index int */ public int getLineasIdGrupo(int index) { dbLINEA a = (dbLINEA) vLineas.elementAt(index); return a.getIidgrupo(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return String * @param index int */ public String getLineasDes(int index) { dbLINEA a = (dbLINEA) vLineas.elementAt(index); return a.getVchdescripcion(); }