public interface AttributedType extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
AttributedType.QUERY_ATTRIBUTE |
Modifier and Type | Field and Description |
---|---|
static QueryParameter |
ID
A query parameter used to set the id value.
|
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
getAttribute(String name)
Return the attribute value with the specified name
|
Collection<Attribute<? extends Serializable>> |
getAttributes()
Returns a Map containing all attribute values for this IdentityType instance.
|
String |
getId()
Returns the unique identifier for this instance
|
void |
removeAttribute(String name)
Remove the attribute with given name
|
void |
setAttribute(Attribute<? extends Serializable> attribute)
Set the specified attribute.
|
void |
setId(String id)
Sets the unique identifier for this instance
|
static final QueryParameter ID
String getId()
void setId(String id)
void setAttribute(Attribute<? extends Serializable> attribute)
name
- of attributevalue
- to be setvoid removeAttribute(String name)
name
- of attribute<T extends Serializable> Attribute<T> getAttribute(String name)
name
- of attributeCollection<Attribute<? extends Serializable>> getAttributes()
Copyright © 2018 JBoss by Red Hat. All rights reserved.