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 ESTACAO_EMBARCADA = "ESTACAO_EMBARCADA";
|
||||
}
|
||||
|
|
|
@ -19,6 +19,7 @@ public class DispositivoEmbarcadaVO {
|
|||
private String cnpjEmpresa;
|
||||
private String enderecoEmpresa;
|
||||
private String msg;
|
||||
private Integer estacionId;
|
||||
|
||||
public void add(EstadoDispositivoEmbarcadaVO estado){
|
||||
estados.add(estado);
|
||||
|
@ -126,5 +127,12 @@ public class DispositivoEmbarcadaVO {
|
|||
public void setMsg(String msg) {
|
||||
this.msg = msg;
|
||||
}
|
||||
|
||||
|
||||
public Integer getEstacionId() {
|
||||
return estacionId;
|
||||
}
|
||||
|
||||
public void setEstacionId(Integer estacionId) {
|
||||
this.estacionId = estacionId;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue