bug#20497
dev: Valvevir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@103928 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
1cea07df17
commit
ef31272da3
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue