tutorials/travelsample/contributions/trip-policy/src/main/java/com/tuscanyscatours/trip/impl/TripInfo.java [38:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public TripInfo(String name,
                    String description,
                    String fromLocation,
                    String toLocation,
                    String fromDate,
                    String toDate,
                    String spaces,
                    double pricePerPerson,
                    String currency,
                    String link) {

        this.name = name;
        this.description = description;
        this.fromLocation = fromLocation;
        this.toLocation = toLocation;
        this.fromDate = fromDate;
        this.toDate = toDate;
        this.spaces = spaces;
        this.pricePerPerson = pricePerPerson;
        this.currency = currency;
        this.link = link;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tutorials/travelsample/contributions/trip/src/main/java/com/tuscanyscatours/trip/impl/TripInfo.java [38:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public TripInfo(String name,
                    String description,
                    String fromLocation,
                    String toLocation,
                    String fromDate,
                    String toDate,
                    String spaces,
                    double pricePerPerson,
                    String currency,
                    String link) {

        this.name = name;
        this.description = description;
        this.fromLocation = fromLocation;
        this.toLocation = toLocation;
        this.fromDate = fromDate;
        this.toDate = toDate;
        this.spaces = spaces;
        this.pricePerPerson = pricePerPerson;
        this.currency = currency;
        this.link = link;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



