|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdip.world.variant.data.InitialState
Sets the Initial State (position) for a province.
Constructor Summary | |
InitialState()
|
Method Summary | |
Coast |
getCoast()
Coast of unit |
java.lang.String |
getPowerName()
Power of unit owner |
java.lang.String |
getProvinceName()
Name of province to which this InitialState refers. |
Unit.Type |
getUnitType()
Type of unit |
void |
setCoast(Coast value)
Sets the coast for the unit. |
void |
setPowerName(java.lang.String value)
Set the Power name |
void |
setProvinceName(java.lang.String value)
Set the Province name |
void |
setUnitType(Unit.Type value)
Sets the unit type. |
java.lang.String |
toString()
For debugging only! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InitialState()
Method Detail |
public java.lang.String getProvinceName()
public java.lang.String getPowerName()
public Unit.Type getUnitType()
public Coast getCoast()
public void setProvinceName(java.lang.String value)
public void setPowerName(java.lang.String value)
public void setUnitType(Unit.Type value)
public void setCoast(Coast value)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |