de.uni_paderborn.robots.data
Interface Identifyable

All Known Implementing Classes:
Item, Field

public interface Identifyable

This interface should be implemented by all classes which need to be identificated by other classes.


Method Summary
 int getID()
          Returns the ID of an object whose class implements this interface.
 

Method Detail

getID

public int getID()
Returns the ID of an object whose class implements this interface.
Returns:
ID of an object