Class Account


  • public class Account
    extends Object
    A grouping of customers which may represent things like a B2B business account or a telco account.
    • Constructor Detail

      • Account

        public Account()
    • Method Detail

      • getId

        public String getId()
      • getTaxId

        public String getTaxId()
      • getParentAccount

        public Account getParentAccount()
      • getContextState

        public com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState getContextState()
      • getAccountNumber

        public String getAccountNumber()
      • setId

        public void setId​(String id)
      • setTaxId

        public void setTaxId​(String taxId)
      • setParentAccount

        public void setParentAccount​(Account parentAccount)
      • setContextState

        public void setContextState​(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)
      • setAccountNumber

        public void setAccountNumber​(String accountNumber)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object