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 SummaryFields
- 
Method Summary
- 
Field Details- 
NULL_IDstatic final int NULL_IDA symbolic null value- See Also:
 
 
- 
- 
Method Details- 
getIdint getId()
- 
getNameString getName()
 
-