dip.world.variant.data
Class InitialState

java.lang.Object
  extended bydip.world.variant.data.InitialState

public class InitialState
extends java.lang.Object

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

InitialState

public InitialState()
Method Detail

getProvinceName

public java.lang.String getProvinceName()
Name of province to which this InitialState refers.


getPowerName

public java.lang.String getPowerName()
Power of unit owner


getUnitType

public Unit.Type getUnitType()
Type of unit


getCoast

public Coast getCoast()
Coast of unit


setProvinceName

public void setProvinceName(java.lang.String value)
Set the Province name


setPowerName

public void setPowerName(java.lang.String value)
Set the Power name


setUnitType

public void setUnitType(Unit.Type value)
Sets the unit type.


setCoast

public void setCoast(Coast value)
Sets the coast for the unit.


toString

public java.lang.String toString()
For debugging only!



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.