@Entity public class ProtocolMapperEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected String |
protocol |
protected String |
protocolMapper |
Constructor and Description |
---|
ProtocolMapperEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientEntity |
getClient() |
ClientScopeEntity |
getClientScope() |
Map<String,String> |
getConfig() |
String |
getId() |
String |
getName() |
String |
getProtocol() |
String |
getProtocolMapper() |
int |
hashCode() |
void |
setClient(ClientEntity client) |
void |
setClientScope(ClientScopeEntity clientScope) |
void |
setConfig(Map<String,String> config) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProtocol(String protocol) |
void |
setProtocolMapper(String protocolMapper) |
protected String id
protected String name
protected String protocol
protected String protocolMapper
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getProtocol()
public void setProtocol(String protocol)
public String getProtocolMapper()
public void setProtocolMapper(String protocolMapper)
public ClientEntity getClient()
public void setClient(ClientEntity client)
public ClientScopeEntity getClientScope()
public void setClientScope(ClientScopeEntity clientScope)
Copyright © 2021 JBoss by Red Hat. All rights reserved.