Class Customer
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.service.provider.external.domain.customer.Customer
-
public class Customer extends Object
Represents a customer
-
-
Constructor Summary
Constructors Constructor Description Customer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetId()The customer IDStringgetTaxId()The customer's tax ID.inthashCode()voidsetId(String id)The customer IDvoidsetTaxId(String taxId)The customer's tax ID.StringtoString()
-