bug#20497
dev: Valvevir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@103925 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6055f482db
commit
d7e58fb8b6
|
@ -7,6 +7,7 @@ import org.codehaus.jackson.annotate.JsonIgnoreProperties;
|
|||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
public class ParamsSincronizarTramo {
|
||||
private List<Integer> listTramos;
|
||||
private String chaveCorrida;
|
||||
|
||||
public List<Integer> getListTramos() {
|
||||
return listTramos;
|
||||
|
@ -16,4 +17,12 @@ public class ParamsSincronizarTramo {
|
|||
this.listTramos = listTramos;
|
||||
}
|
||||
|
||||
public String getChaveCorrida() {
|
||||
return chaveCorrida;
|
||||
}
|
||||
|
||||
public void setChaveCorrida(String chaveCorrida) {
|
||||
this.chaveCorrida = chaveCorrida;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue