public static class ClientAttributeEntity.Key extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ClientEntity |
client |
protected String |
name |
Constructor and Description |
---|
Key() |
Key(ClientEntity client,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientEntity |
getClient() |
String |
getName() |
int |
hashCode() |
protected ClientEntity client
protected String name
public Key()
public Key(ClientEntity client, String name)
Copyright © 2021 JBoss by Red Hat. All rights reserved.