Class AccountUpdateRequest
java.lang.Object
com.broadleafcommerce.customer.service.bulk.messaging.AccountUpdateRequest
- All Implemented Interfaces:
Serializable
Data about account parent updates.
- Author:
- Cade Rea (cade-rea)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountUpdateRequest(String accountId, String parentAccountId, String status, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe unique identifier for this account.The account number associated with this account.com.broadleafcommerce.data.tracking.core.context.ContextInfoContext information for tracking the source of this request.The parent account id for this account.Whether this account is active or some other status.inthashCode()voidsetAccountId(String accountId) The unique identifier for this account.voidsetAccountNumber(String accountNumber) The account number associated with this account.voidsetContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Context information for tracking the source of this request.voidsetParentAccountId(String parentAccountId) The parent account id for this account.voidWhether this account is active or some other status.toString()
-
Constructor Details
-
AccountUpdateRequest
-
AccountUpdateRequest
public AccountUpdateRequest()
-
-
Method Details
-
getAccountId
The unique identifier for this account. -
getParentAccountId
The parent account id for this account. If this account does not have a parent, this value will be null. -
getStatus
Whether this account is active or some other status. -
getContextInfo
public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()Context information for tracking the source of this request. -
getAccountNumber
The account number associated with this account.- Since:
- Customer Services 2.1.0, Release Train 2.3.0
-
setAccountId
The unique identifier for this account. -
setParentAccountId
The parent account id for this account. If this account does not have a parent, this value will be null. -
setStatus
Whether this account is active or some other status. -
setContextInfo
public void setContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Context information for tracking the source of this request. -
setAccountNumber
The account number associated with this account.- Since:
- Customer Services 2.1.0, Release Train 2.3.0
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-