Class JpaUserRestriction
- java.lang.Object
-
- com.broadleafcommerce.auth.security.domain.JpaUserRestriction
-
- All Implemented Interfaces:
Serializable
@Entity public class JpaUserRestriction extends Object implements Serializable
- Author:
- Sunny Yu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaUserRestriction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetId()Set<String>getRestrictionTargets()StringgetRestrictionType()JpaUsergetUser()inthashCode()voidsetId(String id)voidsetRestrictionTargets(Set<String> restrictionTargets)voidsetRestrictionType(String restrictionType)voidsetUser(JpaUser user)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getUser
public JpaUser getUser()
-
getRestrictionType
public String getRestrictionType()
-
setId
public void setId(String id)
-
setUser
public void setUser(JpaUser user)
-
setRestrictionType
public void setRestrictionType(String restrictionType)
-
canEqual
protected boolean canEqual(Object other)
-
-