public interface Identifiable extends Assignable
Assignable view representing an entity with an ID.| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Obtains a globally-unique identifier
|
void |
setId(String id)
Sets the globally-unique identifier
|
asString getId()
void setId(String id) throws IllegalArgumentException
id - IllegalArgumentException - If the ID is not specifiedCopyright © 2015 JBoss by Red Hat. All rights reserved.