bug 6969
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@51560 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
b629dd1c7f
commit
922c950e36
|
@ -17,6 +17,8 @@ public class ParadaSecuencia {
|
|||
private Via via;
|
||||
private List<CasetaPeaje> casetas;
|
||||
private String casetasTxt ="";
|
||||
private String kmReal = "";
|
||||
private String tempoReal = "";
|
||||
|
||||
public ParadaSecuencia() {
|
||||
}
|
||||
|
@ -70,4 +72,20 @@ public class ParadaSecuencia {
|
|||
public void setCasetasTxt(String casetasTxt) {
|
||||
this.casetasTxt = casetasTxt;
|
||||
}
|
||||
|
||||
public String getKmReal() {
|
||||
return kmReal;
|
||||
}
|
||||
|
||||
public void setKmReal(String kmReal) {
|
||||
this.kmReal = kmReal;
|
||||
}
|
||||
|
||||
public String getTempoReal() {
|
||||
return tempoReal;
|
||||
}
|
||||
|
||||
public void setTempoReal(String tempoReal) {
|
||||
this.tempoReal = tempoReal;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue