Esempio 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 getCategoriasId(int index) {
   dbCATEGORIA a = (dbCATEGORIA) vCategorias.elementAt(index);
   return a.getIidcategoria();
 }
Esempio n. 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();
 }
Esempio n. 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();
 }
Esempio n. 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();
 }
Esempio n. 5
0
 public String getPtisfechafin(int index) {
   dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index);
   return a.getTisfechafin();
 }
Esempio n. 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());
 }
Esempio n. 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();
 }
Esempio n. 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();
 }
Esempio n. 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");
 }
Esempio n. 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();
 }
Esempio n. 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();
 }
Esempio n. 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();
 }
Esempio n. 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();
 }
Esempio n. 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();
 }
Esempio n. 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();
 }
Esempio n. 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();
 }
Esempio n. 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();
 }