Package com.kheops.util
Interface Identifiable
- All Known Implementing Classes:
IdentifiableAdapter
public interface Identifiable
Used to abstract the generality of JMap entities managed in JMapAdmin which
in general have an id and a name
-
Field Summary
-
Method Summary
-
Field Details
-
NULL_ID
static final int NULL_IDA symbolic null value- See Also:
-
-
Method Details
-
getId
int getId() -
getName
String getName()
-