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 Details

    • 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 Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object