示例#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();
 }
示例#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());
 }
示例#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();
 }
示例#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();
 }
示例#5
0
 public String getPtisfechafin(int index) {
   dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index);
   return a.getTisfechafin();
 }
示例#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();
 }
示例#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();
 }
示例#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");
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#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();
 }