bug #8927
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@68534 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
47edf73360
commit
33232aecc6
|
@ -48,6 +48,7 @@ public class OCDParam implements java.io.Serializable {
|
||||||
private Boolean indPenalizacionOCD;
|
private Boolean indPenalizacionOCD;
|
||||||
private Boolean indOcdDinheiro;
|
private Boolean indOcdDinheiro;
|
||||||
private Boolean indtotalbilhete;
|
private Boolean indtotalbilhete;
|
||||||
|
private Boolean indsempregerarapagar;
|
||||||
private BigDecimal tiempoLimitePenalizacion;
|
private BigDecimal tiempoLimitePenalizacion;
|
||||||
private List<OCDPtoVtaParam> listOCDPtoVtaParam;
|
private List<OCDPtoVtaParam> listOCDPtoVtaParam;
|
||||||
|
|
||||||
|
@ -255,4 +256,13 @@ public class OCDParam implements java.io.Serializable {
|
||||||
this.listOCDPtoVtaParam = listOCDPtoVtaParam;
|
this.listOCDPtoVtaParam = listOCDPtoVtaParam;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Column(name = "INDSEMPREGERARAPAGAR")
|
||||||
|
public Boolean getIndsempregerarapagar() {
|
||||||
|
return indsempregerarapagar;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndsempregerarapagar(Boolean indsempregerarapagar) {
|
||||||
|
this.indsempregerarapagar = indsempregerarapagar;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue