world
Interface ID

All Superinterfaces:
Comparable
All Known Implementing Classes:
Robot, Pkg

public interface ID
extends Comparable

Interface to specify an object is comparable and has the getId() method.

Version:
$Revision: 1.1 $
Author:
Allen D. Ball

Method Summary
 int getId()
          Method to get the object ID.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getId

public int getId()
Method to get the object ID.
Returns:
The package ID.


Copyright 2002 Allen D. Ball. All rights reserved.