Searched refs:customerName (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/examples_java/src/persist/
H A DEventExampleDPL.java73 private String customerName; field in class:EventExampleDPL.Event
78 String customerName) {
82 this.customerName = customerName;
97 sb.append(" customerName=").append(customerName);
76 Event(Date time, int price, String customerName) argument
H A DEventExample.java75 private String customerName; field in class:EventExample.Event
79 String customerName) {
82 this.customerName = customerName;
94 sb.append(" customerName=").append(customerName);
78 Event(int price, String customerName) argument

Completed in 111 milliseconds