|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.freecol.server.ai.ColonyProfile
public class ColonyProfile
| Nested Class Summary | |
|---|---|
static class |
ColonyProfile.ProfileType
|
| Field Summary | |
|---|---|
private java.util.List<GoodsType> |
preferredProduction
Describe preferredProduction here. |
private ColonyProfile.ProfileType |
type
Describe type here. |
| Constructor Summary | |
|---|---|
ColonyProfile(ColonyProfile.ProfileType type,
java.util.List<GoodsType> production)
|
|
| Method Summary | |
|---|---|
java.util.List<GoodsType> |
getPreferredProduction()
Get the PreferredProduction value. |
ColonyProfile.ProfileType |
getType()
Get the Type value. |
void |
setPreferredProduction(java.util.List<GoodsType> newPreferredProduction)
Set the PreferredProduction value. |
void |
setType(ColonyProfile.ProfileType newType)
Set the Type value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ColonyProfile.ProfileType type
private java.util.List<GoodsType> preferredProduction
| Constructor Detail |
|---|
public ColonyProfile(ColonyProfile.ProfileType type,
java.util.List<GoodsType> production)
| Method Detail |
|---|
public final ColonyProfile.ProfileType getType()
Type value.
ProfileType valuepublic final void setType(ColonyProfile.ProfileType newType)
Type value.
newType - The new Type value.public final java.util.List<GoodsType> getPreferredProduction()
PreferredProduction value.
List valuepublic final void setPreferredProduction(java.util.List<GoodsType> newPreferredProduction)
PreferredProduction value.
newPreferredProduction - The new PreferredProduction value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||