public class IdentifiableArchiveImpl extends AssignableBase<ArchiveBase<?>> implements Identifiable
Assignable implementation view of an Identifiable.| Modifier and Type | Field and Description |
|---|---|
private static java.util.logging.Logger |
log
Logger
|
| Constructor and Description |
|---|
IdentifiableArchiveImpl(ArchiveBase<?> archive) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Obtains a globally-unique identifier
|
void |
setId(java.lang.String id)
Sets the globally-unique identifier
|
as, getArchiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaspublic IdentifiableArchiveImpl(ArchiveBase<?> archive)
public java.lang.String getId()
IdentifiablegetId in interface Identifiablepublic void setId(java.lang.String id)
throws java.lang.IllegalArgumentException
IdentifiablesetId in interface Identifiablejava.lang.IllegalArgumentException - If the ID is not specified