au.com.zip.cs
Interface HasID

All Superinterfaces:
Comparable
All Known Subinterfaces:
Entity, User
All Known Implementing Classes:
EntityAdaptor, Group, Record, RelatedEntity, UserEntity, WrappedEntity

public interface HasID
extends Comparable

An interface with a getID() method.

Author:
Cameron Simpson <cs@zip.com.au> 31jul2003

Method Summary
 long getID()
          Return the long identity value associated with this Object.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getID

long getID()
Return the long identity value associated with this Object.

Returns:
the identifier