@Entity public class JpaUserRestrictedRole extends Object implements Serializable
Constructor and Description |
---|
JpaUserRestrictedRole() |
Modifier and Type | Method and 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() |
public String getId()
public JpaUser getUser()
public JpaUserRole getRole()
public String getRestrictionType()
public void setId(String id)
public void setUser(JpaUser user)
public void setRole(JpaUserRole role)
public void setRestrictionType(String restrictionType)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.