Mantis 4908
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@33617 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d50fdc6375
commit
7101088686
|
@ -145,6 +145,12 @@ public class PuntoVenta implements Serializable {
|
||||||
|
|
||||||
@Column(name = "INDCTRLESTCENTRAL")
|
@Column(name = "INDCTRLESTCENTRAL")
|
||||||
private Boolean usaCrtlEstCentral;
|
private Boolean usaCrtlEstCentral;
|
||||||
|
|
||||||
|
@Column(name = "NUMDOCPUNTOVENTA")
|
||||||
|
private String numDoCPuntoVenta;
|
||||||
|
|
||||||
|
@Column(name = "RAZONSOCIAL")
|
||||||
|
private String razonSocial;
|
||||||
|
|
||||||
public PtovtaTipoEstoque getPtovtaTipoEstoque() {
|
public PtovtaTipoEstoque getPtovtaTipoEstoque() {
|
||||||
return ptovtaTipoEstoque;
|
return ptovtaTipoEstoque;
|
||||||
|
@ -599,4 +605,20 @@ public class PuntoVenta implements Serializable {
|
||||||
this.usaCrtlEstCentral = usaCrtlEstCentral;
|
this.usaCrtlEstCentral = usaCrtlEstCentral;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getNumDoCPuntoVenta() {
|
||||||
|
return numDoCPuntoVenta;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setNumDoCPuntoVenta(String numDoCPuntoVenta) {
|
||||||
|
this.numDoCPuntoVenta = numDoCPuntoVenta;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getRazonSocial() {
|
||||||
|
return razonSocial;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRazonSocial(String razonSocial) {
|
||||||
|
this.razonSocial = razonSocial;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue