14328: Acrescentar campo estação_id no dispositivo embarcada.
fixes bug#14328 dev:valdevir qua:leo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@93169 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
193808b31d
commit
5cd77475f7
|
@ -98,4 +98,5 @@ public class Constantes {
|
||||||
|
|
||||||
public static final String BPE_ALTERACAO_POLTRONA = "110116";
|
public static final String BPE_ALTERACAO_POLTRONA = "110116";
|
||||||
|
|
||||||
|
public static final String ESTACAO_EMBARCADA = "ESTACAO_EMBARCADA";
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@ public class DispositivoEmbarcadaVO {
|
||||||
private String cnpjEmpresa;
|
private String cnpjEmpresa;
|
||||||
private String enderecoEmpresa;
|
private String enderecoEmpresa;
|
||||||
private String msg;
|
private String msg;
|
||||||
|
private Integer estacionId;
|
||||||
|
|
||||||
public void add(EstadoDispositivoEmbarcadaVO estado){
|
public void add(EstadoDispositivoEmbarcadaVO estado){
|
||||||
estados.add(estado);
|
estados.add(estado);
|
||||||
|
@ -127,4 +128,11 @@ public class DispositivoEmbarcadaVO {
|
||||||
this.msg = msg;
|
this.msg = msg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Integer getEstacionId() {
|
||||||
|
return estacionId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setEstacionId(Integer estacionId) {
|
||||||
|
this.estacionId = estacionId;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue