Class Customer


  • public class Customer
    extends Object
    Represents a customer
    • Constructor Detail

      • Customer

        public Customer()
    • Method Detail

      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object