dip.world.variant.data
Class SupplyCenter

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

public class SupplyCenter
extends java.lang.Object


Constructor Summary
SupplyCenter()
           
 
Method Summary
 java.lang.String getHomePowerName()
          Get name of the home supply center; if "none" if none, "any" if any.
 java.lang.String getOwnerName()
          Get the name of the Power that owns this supply center.
 java.lang.String getProvinceName()
          Get the province name of this supply center.
 void setHomePowerName(java.lang.String value)
          Sets the name of the home supply center.
 void setOwnerName(java.lang.String value)
          Set the name of the Power that owns this supply center.
 void setProvinceName(java.lang.String value)
          Set the province name of this supply center.
 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

SupplyCenter

public SupplyCenter()
Method Detail

getHomePowerName

public java.lang.String getHomePowerName()
Get name of the home supply center; if "none" if none, "any" if any.


setHomePowerName

public void setHomePowerName(java.lang.String value)
Sets the name of the home supply center.


getProvinceName

public java.lang.String getProvinceName()
Get the province name of this supply center.


setProvinceName

public void setProvinceName(java.lang.String value)
Set the province name of this supply center.


getOwnerName

public java.lang.String getOwnerName()
Get the name of the Power that owns this supply center.


setOwnerName

public void setOwnerName(java.lang.String value)
Set the name of the Power that owns this supply center.

"none" is acceptable, but "any" is not.


toString

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



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