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
|
as
String getId()
void setId(String id) throws IllegalArgumentException
id
- IllegalArgumentException
- If the ID is not specifiedCopyright © 2016 JBoss by Red Hat. All rights reserved.