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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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 27 milliseconds