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 boolean
canEqual(Object other)
boolean
equals(Object o)
String
getAccountId()
List<String>
getAccountRoleIds()
String
getAccountStatus()
com.broadleafcommerce.data.tracking.core.context.ContextInfo
getContext()
String
getUserId()
int
hashCode()
boolean
isDelete()
void
setAccountId(String accountId)
void
setAccountRoleIds(List<String> accountRoleIds)
void
setAccountStatus(String accountStatus)
void
setContext(com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
void
setDelete(boolean isDelete)
void
setUserId(String userId)
String
toString()
-
-
-
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)
-
-