net.sf.freecol.common.model
Interface Nameable

All Superinterfaces:
Named
All Known Implementing Classes:
Colony, Player, Region, ServerPlayer, ServerRegion, Unit

public interface Nameable
extends Named

An object with a name that can be changed.


Method Summary
 void setName(java.lang.String newName)
          Sets the name for this Nameable.
 
Methods inherited from interface net.sf.freecol.common.model.Named
getName
 

Method Detail

setName

void setName(java.lang.String newName)
Sets the name for this Nameable.

Parameters:
newName - The new name for the Nameable.