java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.domain.customer.Customer

public class Customer extends Object
Represents a customer
  • Constructor Details

    • Customer

      public Customer()
  • Method Details

    • getId

      public String getId()
      The customer ID
    • getTaxId

      public String getTaxId()
      The customer's tax ID.
    • setId

      public void setId(String id)
      The customer ID
    • setTaxId

      public void setTaxId(String taxId)
      The customer's tax ID.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object