@Entity public class CredentialAttributeEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CredentialEntity |
credential |
protected String |
id |
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
CredentialAttributeEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CredentialEntity |
getCredential() |
String |
getId() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
void |
setCredential(CredentialEntity credential) |
void |
setId(String id) |
void |
setName(String name) |
void |
setValue(String value) |
protected String id
protected CredentialEntity credential
protected String name
protected String value
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public CredentialEntity getCredential()
public void setCredential(CredentialEntity credential)
Copyright © 2016 JBoss by Red Hat. All rights reserved.