Class AccountRole
java.lang.Object
com.broadleafcommerce.auth.resource.domain.AccountRole
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()inthashCode()booleanisActive()voidsetAccountId(String accountId) voidsetActive(boolean active) voidvoidsetRoleRef(UserRoleRef roleRef) voidtoString()
-
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
-