Class AccountRole
java.lang.Object
com.broadleafcommerce.auth.resource.domain.AccountRole
- All Implemented Interfaces:
Serializable
- See Also:
-
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
(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
-