fixes bug#21352
qua: dev:Valdevir git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@105248 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
1c7de30d64
commit
01c05eee3b
|
@ -365,6 +365,12 @@ public class PuntoVenta implements Serializable {
|
||||||
this.puntoventaId = puntoventaId;
|
this.puntoventaId = puntoventaId;
|
||||||
this.nombpuntoventa = nombpuntoventa;
|
this.nombpuntoventa = nombpuntoventa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public PuntoVenta(Integer puntoventaId, String nombpuntoventa, String numPuntoVenta ) {
|
||||||
|
this.puntoventaId = puntoventaId;
|
||||||
|
this.nombpuntoventa = nombpuntoventa;
|
||||||
|
this.numPuntoVenta = numPuntoVenta;
|
||||||
|
}
|
||||||
public Integer getPuntoventaId() {
|
public Integer getPuntoventaId() {
|
||||||
return puntoventaId;
|
return puntoventaId;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue