Class AccountRole
java.lang.Object
com.broadleafcommerce.customer.messaging.domain.AccountRole
- All Implemented Interfaces:
Serializable
Account roles that a User has under a specific Account context.
- Author:
- Cade Rea (cade-rea)
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
int
hashCode()
boolean
isActive()
void
setAccountId
(String accountId) void
setActive
(boolean active) void
void
setRoleRef
(AccountRole.UserRoleRef roleRef) void
toString()
-
Constructor Details
-
AccountRole
public AccountRole()
-
-
Method Details
-
getId
-
getRoleRef
-
getUserId
-
getAccountId
-
isActive
public boolean isActive() -
setId
-
setRoleRef
-
setUserId
-
setAccountId
-
setActive
public void setActive(boolean active) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-