public Rent(Vehicle v, Customer c) { this.v = v; this.c = c; rentCost = v.getPrice(); }
public void setRentCost(double rentCost) { this.rentCost = v.getPrice() + rentCost; }