fixes bug #8012
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@61465 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0a559c228f
commit
8daa5fb645
|
@ -47,6 +47,8 @@ public class Estacion implements Serializable {
|
|||
private Integer estacionId;
|
||||
@Column(name = "NUMCAJA")
|
||||
private Long numcaja;
|
||||
@Column(name = "NUMPORTAPINPAD")
|
||||
private Integer numPortaPinpad;
|
||||
@Column(name = "DESCESTACION")
|
||||
private String descestacion;
|
||||
@Column(name = "DESCMAC")
|
||||
|
@ -304,6 +306,13 @@ public class Estacion implements Serializable {
|
|||
public void setNombImpresoraSeguro(String nombImpresoraSeguro) {
|
||||
this.nombImpresoraSeguro = nombImpresoraSeguro;
|
||||
}
|
||||
public Integer getNumPortaPinpad() {
|
||||
return numPortaPinpad;
|
||||
}
|
||||
|
||||
public void setNumPortaPinpad(Integer numPortaPinpad) {
|
||||
this.numPortaPinpad = numPortaPinpad;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
|
|
Loading…
Reference in New Issue