/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return String * @param index int */ public String getCategoriasDes(int index) { dbCATEGORIA a = (dbCATEGORIA) vCategorias.elementAt(index); return a.getVchdescripcion(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return int * @param index int */ public String getPtisfechainicio(int index) { dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index); return a.getTisfechainicio(); // return util.Fecha.formatMySQL(a.getTisfechainicio()); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return int * @param index int */ public String getPvchdescripcion(int index) { dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index); return a.getVchdescripcion(); }
/** * 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(); }
public String getPtisfechafin(int index) { dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index); return a.getTisfechafin(); }
/** * 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(); }
/** * 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(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return int * @param index int */ public String getPdecvolumencompra(int index) { dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index); return org.nibble.util.Formato.formateoNumerico(a.getDecvolumencompra(), "##,###,##0.00"); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return int * @param index int */ public int getPiexistencias(int index) { dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index); return a.getIexistencias(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return int * @param index int */ public int getMarcasIdLinea(int index) { dbMARCA a = (dbMARCA) vMarcas.elementAt(index); return a.getIidlinea(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:26:47 PM) * * @return int */ public int getMarcasSize() { return vMarcas.size(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return String * @param index int */ public String getMarcasDes(int index) { dbMARCA a = (dbMARCA) vMarcas.elementAt(index); return a.getVchnombre(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:26:47 PM) * * @return int */ public int getLineasSize() { return vLineas.size(); }
/** * 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 int * @param index int */ public int getCategoriasId(int index) { dbCATEGORIA a = (dbCATEGORIA) vCategorias.elementAt(index); return a.getIidcategoria(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return int * @param index int */ public int getPiidpromocion(int index) { dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index); return a.getIidpromocion(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:26:47 PM) * * @return int */ public int getCategoriasSize() { return vCategorias.size(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:26:47 PM) * * @return int */ public int getPromocionSize() { return vPromocion.size(); }
/** * 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(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM) * * @return int * @param index int */ public short getPsinopiezas(int index) { dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index); return a.getSinopiezas(); }
/** * Insert the method's description here. Creation date: (10/16/2002 4:26:47 PM) * * @return int */ public int getGruposSize() { return vGrupos.size(); }
/** * 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(); }