コード例 #1
0
 public List<Property> choices0CreateSchedule(
     final Property property,
     final Budget budget,
     final LocalDate startDate,
     final LocalDate endDate,
     final Charge charge) {
   return Lists.newArrayList(budget.getProperty());
 }
コード例 #2
0
 public Property default0CreateSchedule(
     final Property property,
     final Budget budget,
     final LocalDate startDate,
     final LocalDate endDate,
     final Charge charge) {
   return budget.getProperty();
 }