@Entity public class ClientAttributeEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClientAttributeEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected ClientEntity |
client |
protected String |
name |
protected String |
value |
Constructor and Description |
---|
ClientAttributeEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientEntity |
getClient() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
void |
setClient(ClientEntity client) |
void |
setName(String name) |
void |
setValue(String value) |
protected ClientEntity client
protected String name
protected String value
public ClientEntity getClient()
public void setClient(ClientEntity client)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
Copyright © 2020 JBoss by Red Hat. All rights reserved.