Beispiel #1
0
 /**
  * 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();
 }
Beispiel #2
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();
 }
Beispiel #3
0
 /**
  * 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();
 }
Beispiel #4
0
 /**
  * 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();
 }
Beispiel #5
0
 public String getPtisfechafin(int index) {
   dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index);
   return a.getTisfechafin();
 }
Beispiel #6
0
 /**
  * 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());
 }
Beispiel #7
0
 /**
  * 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();
 }
Beispiel #8
0
 /**
  * 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();
 }
Beispiel #9
0
 /**
  * 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");
 }
Beispiel #10
0
 /**
  * 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();
 }
Beispiel #11
0
 /**
  * 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();
 }
Beispiel #12
0
 /**
  * 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();
 }
Beispiel #13
0
 /**
  * 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();
 }
Beispiel #14
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();
 }
Beispiel #15
0
 /**
  * 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();
 }
Beispiel #16
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();
 }
Beispiel #17
0
 /**
  * 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();
 }