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

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

    • Account

      public Account()
  • Method Details

    • getId

      public String getId()
    • getTaxId

      public String getTaxId()
    • getParentAccount

      public Account getParentAccount()
    • getAttributes

      public Map<String,Attribute> getAttributes()
    • 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)
    • setAttributes

      public void setAttributes(Map<String,Attribute> attributes)
    • setContextState

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

      public void setAccountNumber(String accountNumber)
    • 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