| | |
| | | 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; |