Class Account
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.domain.customer.Account
A grouping of customers which may represent things like a B2B business account or a telco
account.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState
getId()
getTaxId()
int
hashCode()
void
setAccountNumber
(String accountNumber) void
setAttributes
(Map<String, Attribute> attributes) void
setContextState
(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) void
void
setParentAccount
(Account parentAccount) void
void
setVatRegistrationId
(String vatRegistrationId) toString()
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
getId
-
getTaxId
-
getParentAccount
-
getAttributes
-
getContextState
public com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState getContextState() -
getAccountNumber
-
getVatRegistrationId
-
setId
-
setTaxId
-
setParentAccount
-
setAttributes
-
setContextState
public void setContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) -
setAccountNumber
-
setVatRegistrationId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-