org.jboss.ejb3.cache
Interface Identifiable

All Known Subinterfaces:
PassivationGroup
All Known Implementing Classes:
GroupedPassivatingCacheImpl.Entry, PassivationGroupImpl

public interface Identifiable

An object that has an identification. How the object obtains it's identification is left beyond scope. Could be via construction or via a setter.


Method Summary
 java.lang.Object getId()
          The object identifier.
 

Method Detail

getId

java.lang.Object getId()
The object identifier.

Returns:
the object identifier