public static class TemplateScopeMappingEntity.Key extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected RoleEntity |
role |
protected ClientTemplateEntity |
template |
Constructor and Description |
---|
Key() |
Key(ClientTemplateEntity template,
RoleEntity role) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
RoleEntity |
getRole() |
ClientTemplateEntity |
getTemplate() |
int |
hashCode() |
protected ClientTemplateEntity template
protected RoleEntity role
public Key()
public Key(ClientTemplateEntity template, RoleEntity role)
public ClientTemplateEntity getTemplate()
public RoleEntity getRole()
Copyright © 2016 JBoss by Red Hat. All rights reserved.