|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdip.world.variant.data.SupplyCenter
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 |
public SupplyCenter()
Method Detail |
public java.lang.String getHomePowerName()
public void setHomePowerName(java.lang.String value)
public java.lang.String getProvinceName()
public void setProvinceName(java.lang.String value)
public java.lang.String getOwnerName()
public void setOwnerName(java.lang.String value)
"none" is acceptable, but "any" is not.
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |