bug#20497

dev: Valvevir
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@103928 d1611594-4594-4d17-8e1d-87c2c4800839
master
fabio 2020-10-23 21:01:11 +00:00
parent 1cea07df17
commit ef31272da3
1 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ public class CorridaVO {
private Integer tipoServicioId;
private Integer rolOperativoId;
private List<Integer> listTramos;
private String chave;
private String chaveCorrida;
public CorridaVO() {
super();
@ -234,12 +234,12 @@ public class CorridaVO {
this.listTramos = listTramos;
}
public String getChave() {
return chave;
public String getChaveCorrida() {
return chaveCorrida;
}
public void setChave(String chave) {
this.chave = chave;
public void setChaveCorrida(String chaveCorrida) {
this.chaveCorrida = chaveCorrida;
}
}