dip.world.variant.data
Class ProvinceData

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

public class ProvinceData
extends java.lang.Object


Constructor Summary
ProvinceData()
           
 
Method Summary
 java.lang.String[] getAdjacentProvinceNames()
          Province Adjacency array.
 java.lang.String[] getAdjacentProvinceTypes()
          Prvoince Adjacency type array.
 java.lang.String[] getBorders()
          Gets the Border ID names for this province (if any)
 boolean getConvoyableCoast()
          Gets whether this Province is a convoyable coastal province.
 java.lang.String getFullName()
          Full name of Province (e.g., Mid-Atlantic Ocean)
 java.lang.String[] getShortNames()
          Short (abbreviated) name of Province; (e.g., "mao" or "mid-atlantic")
 void setAdjacentProvinceNames(java.lang.String[] values)
          Set all adjacent province names.
 void setAdjacentProvinceTypes(java.lang.String[] values)
          Set all adjacent province types.
 void setBorders(java.util.List list)
          Sets the Border ID names for this province (if any)
 void setConvoyableCoast(boolean value)
          Sets whether this Province is a convoyable coastal province.
 void setFullName(java.lang.String value)
          Set full name of province.
 void setShortNames(java.util.List list)
          Set all short (abbreviated) names, from a List.
 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

ProvinceData

public ProvinceData()
Method Detail

getFullName

public java.lang.String getFullName()
Full name of Province (e.g., Mid-Atlantic Ocean)


getShortNames

public java.lang.String[] getShortNames()
Short (abbreviated) name of Province; (e.g., "mao" or "mid-atlantic")


getAdjacentProvinceNames

public java.lang.String[] getAdjacentProvinceNames()
Province Adjacency array.


getAdjacentProvinceTypes

public java.lang.String[] getAdjacentProvinceTypes()
Prvoince Adjacency type array.


setFullName

public void setFullName(java.lang.String value)
Set full name of province.


setAdjacentProvinceNames

public void setAdjacentProvinceNames(java.lang.String[] values)
Set all adjacent province names.


setAdjacentProvinceTypes

public void setAdjacentProvinceTypes(java.lang.String[] values)
Set all adjacent province types.


setShortNames

public void setShortNames(java.util.List list)
Set all short (abbreviated) names, from a List.


setConvoyableCoast

public void setConvoyableCoast(boolean value)
Sets whether this Province is a convoyable coastal province.


getConvoyableCoast

public boolean getConvoyableCoast()
Gets whether this Province is a convoyable coastal province.


setBorders

public void setBorders(java.util.List list)
Sets the Border ID names for this province (if any)


getBorders

public java.lang.String[] getBorders()
Gets the Border ID names for this province (if any)


toString

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



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