Class AccountRole
- 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccountRole.UserRoleRef
-
Constructor Summary
Constructors Constructor Description AccountRole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getAccountId()
String
getId()
AccountRole.UserRoleRef
getRoleRef()
String
getUserId()
int
hashCode()
boolean
isActive()
void
setAccountId(String accountId)
void
setActive(boolean active)
void
setId(String id)
void
setRoleRef(AccountRole.UserRoleRef roleRef)
void
setUserId(String userId)
String
toString()
-
-
-
Method Detail
-
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)
-
canEqual
protected boolean canEqual(Object other)
-
-