fixes bug#22989
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@108306 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
7b8708a1d6
commit
90b2cd4aae
|
@ -105,6 +105,9 @@ public class OrgaoCancelacion implements Serializable {
|
||||||
|
|
||||||
@Column(name = "TEMPO_TROCA_POLTRONA_MIN")
|
@Column(name = "TEMPO_TROCA_POLTRONA_MIN")
|
||||||
private Integer tempoTrocaPoltronaMin;
|
private Integer tempoTrocaPoltronaMin;
|
||||||
|
|
||||||
|
@Column(name = "INDBLOQUEIOREMARCADO")
|
||||||
|
private Boolean indBloqueioRemarcado;
|
||||||
|
|
||||||
public Integer getOrgaoCancelacionId() {
|
public Integer getOrgaoCancelacionId() {
|
||||||
return orgaoCancelacionId;
|
return orgaoCancelacionId;
|
||||||
|
@ -354,6 +357,13 @@ public class OrgaoCancelacion implements Serializable {
|
||||||
|
|
||||||
public void setTempoTrocaPoltronaMin(Integer tempoTrocaPoltronaMin) {
|
public void setTempoTrocaPoltronaMin(Integer tempoTrocaPoltronaMin) {
|
||||||
this.tempoTrocaPoltronaMin = tempoTrocaPoltronaMin;
|
this.tempoTrocaPoltronaMin = tempoTrocaPoltronaMin;
|
||||||
|
}
|
||||||
|
public Boolean getIndBloqueioRemarcado() {
|
||||||
|
return indBloqueioRemarcado;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndBloqueioRemarcado(Boolean indBloqueioRemarcado) {
|
||||||
|
this.indBloqueioRemarcado = indBloqueioRemarcado;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue