Class AccountMemberRoleChangeRequest


  • public class AccountMemberRoleChangeRequest
    extends Object
    Data about an AccountMember role update.
    Author:
    Cade Rea (cade-rea)
    • Constructor Detail

      • AccountMemberRoleChangeRequest

        public AccountMemberRoleChangeRequest()
      • AccountMemberRoleChangeRequest

        public AccountMemberRoleChangeRequest​(List<String> accountRoleIds,
                                              String userId,
                                              String accountId,
                                              String accountStatus,
                                              boolean isDelete,
                                              com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
    • Method Detail

      • getAccountRoleIds

        public List<String> getAccountRoleIds()
      • 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()
      • setAccountRoleIds

        public void setAccountRoleIds​(List<String> accountRoleIds)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object