Class JpaUserRestrictedPermission
java.lang.Object
com.broadleafcommerce.auth.security.domain.JpaUserRestrictedPermission
- All Implemented Interfaces:
Serializable
- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()getUser()inthashCode()voidsetAccountId(String accountId) voidvoidsetPermission(JpaUserPermission permission) voidsetRestrictionTargets(Set<String> restrictionTargets) voidsetRestrictionType(String restrictionType) voidtoString()
-
Constructor Details
-
JpaUserRestrictedPermission
public JpaUserRestrictedPermission()
-
-
Method Details
-
getId
-
getAccountId
-
getUser
-
getPermission
-
getRestrictionType
-
getRestrictionTargets
-
setId
-
setAccountId
-
setUser
-
setPermission
-
setRestrictionType
-
setRestrictionTargets
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-