39404142434445
/** * Create an instance of {@link Customer } * */ public Customer createCustomer() { return new Customer(); }