public List<Property> choices0CreateSchedule( final Property property, final Budget budget, final LocalDate startDate, final LocalDate endDate, final Charge charge) { return Lists.newArrayList(budget.getProperty()); }
public Property default0CreateSchedule( final Property property, final Budget budget, final LocalDate startDate, final LocalDate endDate, final Charge charge) { return budget.getProperty(); }