public abstract class DefaultIdDistributor<Identifiable extends IIdentifyable> extends java.lang.Object implements IIdDistributor<Identifiable>
DEFAULT| Constructor and Description |
|---|
DefaultIdDistributor() |
| Modifier and Type | Method and Description |
|---|---|
Identifiable |
checkId(Identifiable item)
set an unique identifier for the item which do not have one set already
|
Identifiable[] |
checkIds(Identifiable... items)
set an unique identifier for all items which do not have one set already
|
java.util.List<Identifiable> |
checkIds(java.util.List<Identifiable> items)
set an unique identifier for all items which do not have one set already
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextIdpublic java.util.List<Identifiable> checkIds(java.util.List<Identifiable> items)
checkIds in interface IIdDistributor<Identifiable extends IIdentifyable>items - public Identifiable[] checkIds(Identifiable... items)
checkIds in interface IIdDistributor<Identifiable extends IIdentifyable>items - public Identifiable checkId(Identifiable item)
checkId in interface IIdDistributor<Identifiable extends IIdentifyable>item -