Class JpaUserRestrictedRole
- java.lang.Object
-
- com.broadleafcommerce.auth.security.domain.JpaUserRestrictedRole
-
- All Implemented Interfaces:
Serializable
@Entity public class JpaUserRestrictedRole extends Object implements Serializable
- Author:
- Sunny Yu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaUserRestrictedRole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getId()
Set<String>
getRestrictionTargets()
String
getRestrictionType()
JpaUserRole
getRole()
JpaUser
getUser()
int
hashCode()
void
setId(String id)
void
setRestrictionTargets(Set<String> restrictionTargets)
void
setRestrictionType(String restrictionType)
void
setRole(JpaUserRole role)
void
setUser(JpaUser user)
String
toString()
-
-
-
Method Detail
-
getId
public String getId()
-
getUser
public JpaUser getUser()
-
getRole
public JpaUserRole getRole()
-
getRestrictionType
public String getRestrictionType()
-
setId
public void setId(String id)
-
setUser
public void setUser(JpaUser user)
-
setRole
public void setRole(JpaUserRole role)
-
setRestrictionType
public void setRestrictionType(String restrictionType)
-
canEqual
protected boolean canEqual(Object other)
-
-