| | |
| | | private double startDistance; |
| | | private double startLat; |
| | | private double startLon; |
| | | private double tipMoney; |
| | | private Double tipMoney; |
| | | private double totalDistance; |
| | | private String travelTime; |
| | | private String travelTime_; |
| | |
| | | private String type; |
| | | private String emergencyCall; |
| | | private String peopleNumber; |
| | | private String differenceMoney; |
| | | private String cargoType; |
| | | |
| | | public String getCargoType() { |
| | | return cargoType; |
| | | } |
| | | |
| | | public void setCargoType(String cargoType) { |
| | | this.cargoType = cargoType; |
| | | } |
| | | |
| | | public void setTipMoney(Double tipMoney) { |
| | | this.tipMoney = tipMoney; |
| | | } |
| | | |
| | | public String getDifferenceMoney() { |
| | | return differenceMoney; |
| | | } |
| | | |
| | | public void setDifferenceMoney(String differenceMoney) { |
| | | this.differenceMoney = differenceMoney; |
| | | } |
| | | |
| | | public String getPeopleNumber() { |
| | | return peopleNumber; |
| | |
| | | return startLon; |
| | | } |
| | | |
| | | public double getTipMoney() { |
| | | public Double getTipMoney() { |
| | | return tipMoney; |
| | | } |
| | | |