public void update(Futar modified) { this.name = modified.getName(); this.address = modified.getAddress(); this.phonenumber = modified.getPhonenumber(); this.email = modified.getEmail(); }
public void update(Futar modified) { this.name = modified.getName(); this.tel = modified.getTel(); }