net.sf.freecol.common.model
Interface Named

All Known Implementing Classes:
Building, Colony, Europe, Goods, IndianSettlement, Monarch, ServerBuilding, ServerColony, ServerEurope, ServerIndianSettlement, Settlement, Tile, TileImprovement

public interface Named

An object that has a name.


Method Summary
 java.lang.String getNameKey()
          Gets the name of this Named.
 

Method Detail

getNameKey

java.lang.String getNameKey()
Gets the name of this Named.

Returns:
The name of the Named.