com.empireclassic.Remote
Class RemoteEmpire.SpreadTestReply

java.lang.Object
  extended by com.empireclassic.Remote.RemoteEmpire.SpreadTestReply
Enclosing class:
RemoteEmpire

public class RemoteEmpire.SpreadTestReply
extends java.lang.Object


Constructor Summary
RemoteEmpire.SpreadTestReply()
           
RemoteEmpire.SpreadTestReply(java.lang.String response)
           
 
Method Summary
 int getCiviliansPerSector()
           
 EmpireError getError()
           
 int getSectors()
           
 void setCiviliansPerSector(int civiliansPerSector)
           
 void setError(EmpireError error)
           
 void setSectors(int sectors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEmpire.SpreadTestReply

public RemoteEmpire.SpreadTestReply()

RemoteEmpire.SpreadTestReply

public RemoteEmpire.SpreadTestReply(java.lang.String response)
Method Detail

getCiviliansPerSector

public int getCiviliansPerSector()

setCiviliansPerSector

public void setCiviliansPerSector(int civiliansPerSector)

getError

public EmpireError getError()

setError

public void setError(EmpireError error)

getSectors

public int getSectors()

setSectors

public void setSectors(int sectors)