@Entity public class ScopeMappingEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected ClientEntity |
client |
protected String |
id |
protected RoleEntity |
role |
Constructor and Description |
---|
ScopeMappingEntity() |
Modifier and Type | Method and Description |
---|---|
ClientEntity |
getClient() |
String |
getId() |
RoleEntity |
getRole() |
void |
setClient(ClientEntity client) |
void |
setId(String id) |
void |
setRole(RoleEntity role) |
protected String id
protected ClientEntity client
protected RoleEntity role
public String getId()
public void setId(String id)
public ClientEntity getClient()
public void setClient(ClientEntity client)
public RoleEntity getRole()
public void setRole(RoleEntity role)
Copyright © 2014. All Rights Reserved.