Package net.sf.freecol.common.model
Interface Nameable
-
- All Known Implementing Classes:
Colony
,IndianSettlement
,Player
,Region
,ServerColony
,ServerIndianSettlement
,ServerPlayer
,ServerRegion
,ServerUnit
,Settlement
,TradeRoute
,Unit
public interface Nameable
An object with a name that can be changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Gets the name of thisNameable
.void
setName(java.lang.String newName)
Sets the name for thisNameable
.
-