@Entity public class ClientScopeAttributeEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClientScopeAttributeEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected ClientScopeEntity |
clientScope |
protected String |
name |
protected String |
value |
Constructor and Description |
---|
ClientScopeAttributeEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientScopeEntity |
getClientScope() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
void |
setClientScope(ClientScopeEntity clientScope) |
void |
setName(String name) |
void |
setValue(String value) |
protected ClientScopeEntity clientScope
protected String name
protected String value
public ClientScopeEntity getClientScope()
public void setClientScope(ClientScopeEntity clientScope)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.