public class IdentifiableArchiveImpl extends AssignableBase<ArchiveBase<?>> implements Identifiable
Assignable implementation view of an Identifiable.| Constructor and Description |
|---|
IdentifiableArchiveImpl(ArchiveBase<?> archive) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Obtains a globally-unique identifier
|
void |
setId(String id)
Sets the globally-unique identifier
|
as, getArchiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaspublic IdentifiableArchiveImpl(ArchiveBase<?> archive)
public String getId()
IdentifiablegetId in interface Identifiablepublic void setId(String id) throws IllegalArgumentException
IdentifiablesetId in interface IdentifiableIllegalArgumentException - If the ID is not specifiedCopyright © 2025 JBoss by Red Hat. All rights reserved.