@Entity public class JpaUserRestriction extends Object implements Serializable
Constructor and Description |
---|
JpaUserRestriction() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId() |
Set<String> |
getRestrictionTargets() |
String |
getRestrictionType() |
JpaUser |
getUser() |
int |
hashCode() |
void |
setId(String id) |
void |
setRestrictionTargets(Set<String> restrictionTargets) |
void |
setRestrictionType(String restrictionType) |
void |
setUser(JpaUser user) |
String |
toString() |
public String getId()
public JpaUser getUser()
public String getRestrictionType()
public void setId(String id)
public void setUser(JpaUser user)
public void setRestrictionType(String restrictionType)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.