bug #6784
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@49557 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
445742dd97
commit
d49f1510b8
|
@ -144,6 +144,8 @@ public class PuntoVenta implements Serializable {
|
|||
@OneToOne(cascade = CascadeType.ALL)
|
||||
@JoinColumn(name = "PUNTOVENTAPADRE_ID")
|
||||
private PuntoVenta puntoVentaPadre;
|
||||
@Column(name = "INDESTOQUEMOTORISTA")
|
||||
private Boolean indEstoqueMotorista;
|
||||
|
||||
@JoinColumn(name = "PTOVTATIPOEST_ID")
|
||||
@ManyToOne
|
||||
|
@ -817,4 +819,13 @@ public class PuntoVenta implements Serializable {
|
|||
public void setCodpostal(Long codpostal) {
|
||||
this.codpostal = codpostal;
|
||||
}
|
||||
|
||||
public Boolean getIndEstoqueMotorista() {
|
||||
return indEstoqueMotorista;
|
||||
}
|
||||
|
||||
public void setIndEstoqueMotorista(Boolean indEstoqueMotorista) {
|
||||
this.indEstoqueMotorista = indEstoqueMotorista;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue