Package com.kheops.util
Class IdentifiableAdapter
java.lang.Object
com.kheops.util.IdentifiableAdapter
- All Implemented Interfaces:
Identifiable
Default implementation of Identifiable interface
-
Field Summary
Fields inherited from interface com.kheops.util.Identifiable
NULL_ID
-
Constructor Summary
ConstructorDescriptionIdentifiableAdapter
(String name) Use it if the object been adapted does not have an identifier attribute. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kheops.util.Identifiable
getId, getName
-
Constructor Details
-
IdentifiableAdapter
Use it if the object been adapted does not have an identifier attribute. In those cases, the name itself is considered as unique identifier.
-