319320321322323324325326
return fee; } public void updateFee() { Event event = CannedQueries.eventByKey(eventKey); PricingStrategy pricer = PricingFactory.getPricingStrategy(event); setFee(pricer.priceOf(this)); }