net.sf.freecol.server.ai
Class ColonyProfile
java.lang.Object
net.sf.freecol.server.ai.ColonyProfile
public class ColonyProfile
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColonyProfile
public ColonyProfile()
ColonyProfile
public ColonyProfile(ColonyProfile.ProfileType type,
java.util.List<GoodsType> production)
getType
public final ColonyProfile.ProfileType getType()
- Get the
Type
value.
- Returns:
- a
ProfileType
value
setType
public final void setType(ColonyProfile.ProfileType newType)
- Set the
Type
value.
- Parameters:
newType
- The new Type value.
getPreferredProduction
public final java.util.List<GoodsType> getPreferredProduction()
- Get the
PreferredProduction
value.
- Returns:
- a
List
value
setPreferredProduction
public final void setPreferredProduction(java.util.List<GoodsType> newPreferredProduction)
- Set the
PreferredProduction
value.
- Parameters:
newPreferredProduction
- The new PreferredProduction value.