Example #1
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();
 }
Example #2
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());
 }
Example #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();
 }
Example #4
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();
 }
Example #5
0
 public String getPtisfechafin(int index) {
   dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index);
   return a.getTisfechafin();
 }
Example #6
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();
 }
Example #7
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();
 }
Example #8
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");
 }
Example #9
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();
 }
Example #10
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();
 }
Example #11
0
 /**
  * Insert the method's description here. Creation date: (10/16/2002 4:26:47 PM)
  *
  * @return int
  */
 public int getMarcasSize() {
   return vMarcas.size();
 }
Example #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();
 }
Example #13
0
 /**
  * Insert the method's description here. Creation date: (10/16/2002 4:26:47 PM)
  *
  * @return int
  */
 public int getLineasSize() {
   return vLineas.size();
 }
Example #14
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();
 }
Example #15
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();
 }
Example #16
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();
 }
Example #17
0
 /**
  * Insert the method's description here. Creation date: (10/16/2002 4:26:47 PM)
  *
  * @return int
  */
 public int getCategoriasSize() {
   return vCategorias.size();
 }
Example #18
0
 /**
  * Insert the method's description here. Creation date: (10/16/2002 4:26:47 PM)
  *
  * @return int
  */
 public int getPromocionSize() {
   return vPromocion.size();
 }
Example #19
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();
 }
Example #20
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();
 }
Example #21
0
 /**
  * Insert the method's description here. Creation date: (10/16/2002 4:26:47 PM)
  *
  * @return int
  */
 public int getGruposSize() {
   return vGrupos.size();
 }
Example #22
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();
 }