@Entity public class ClientSessionRoleEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientSessionRoleEntity.Key |
| Modifier and Type | Field and Description |
|---|---|
protected ClientSessionEntity |
clientSession |
protected String |
roleId |
| Constructor and Description |
|---|
ClientSessionRoleEntity() |
| Modifier and Type | Method and Description |
|---|---|
ClientSessionEntity |
getClientSession() |
String |
getRoleId() |
void |
setClientSession(ClientSessionEntity clientSession) |
void |
setRoleId(String roleId) |
protected ClientSessionEntity clientSession
protected String roleId
public ClientSessionEntity getClientSession()
public void setClientSession(ClientSessionEntity clientSession)
public String getRoleId()
public void setRoleId(String roleId)
Copyright © 2014. All Rights Reserved.