Class AccountMemberRoleChangeRequest
- java.lang.Object
-
- com.broadleafcommerce.customer.service.bulk.messaging.AccountMemberRoleChangeRequest
-
public class AccountMemberRoleChangeRequest extends Object
Data about an AccountMember role update.- Author:
- Cade Rea (cade-rea)
-
-
Constructor Summary
Constructors Constructor Description AccountMemberRoleChangeRequest()AccountMemberRoleChangeRequest(List<String> accountRoleIds, String userId, String accountId, String accountStatus, boolean isDelete, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAccountId()List<String>getAccountRoleIds()StringgetAccountStatus()com.broadleafcommerce.data.tracking.core.context.ContextInfogetContext()StringgetUserId()inthashCode()booleanisDelete()voidsetAccountId(String accountId)voidsetAccountRoleIds(List<String> accountRoleIds)voidsetAccountStatus(String accountStatus)voidsetContext(com.broadleafcommerce.data.tracking.core.context.ContextInfo context)voidsetDelete(boolean isDelete)voidsetUserId(String userId)StringtoString()
-
-
-
Method Detail
-
getUserId
public String getUserId()
-
getAccountId
public String getAccountId()
-
getAccountStatus
public String getAccountStatus()
-
isDelete
public boolean isDelete()
-
getContext
public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContext()
-
setUserId
public void setUserId(String userId)
-
setAccountId
public void setAccountId(String accountId)
-
setAccountStatus
public void setAccountStatus(String accountStatus)
-
setDelete
public void setDelete(boolean isDelete)
-
setContext
public void setContext(com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
-
canEqual
protected boolean canEqual(Object other)
-
-