java.lang.Object
com.broadleafcommerce.customer.messaging.domain.AccountRole
All Implemented Interfaces:
Serializable

public class AccountRole extends Object implements Serializable
Account roles that a User has under a specific Account context.
Author:
Cade Rea (cade-rea)
See Also:
  • Constructor Details

    • AccountRole

      public AccountRole()
  • Method Details

    • getId

      public String getId()
    • getRoleRef

      public AccountRole.UserRoleRef getRoleRef()
    • getUserId

      public String getUserId()
    • getAccountId

      public String getAccountId()
    • isActive

      public boolean isActive()
    • setId

      public void setId(String id)
    • setRoleRef

      public void setRoleRef(AccountRole.UserRoleRef roleRef)
    • setUserId

      public void setUserId(String userId)
    • setAccountId

      public void setAccountId(String accountId)
    • setActive

      public void setActive(boolean active)
    • 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