com.empireclassic.Remote
Class RemoteEmpire.BuildPlanesReply

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

public class RemoteEmpire.BuildPlanesReply
extends java.lang.Object


Constructor Summary
RemoteEmpire.BuildPlanesReply()
           
RemoteEmpire.BuildPlanesReply(java.lang.String response)
           
 
Method Summary
 EmpireError getError()
           
 int getNumPlanes()
           
 void setError(EmpireError error)
           
 void setNumPlanes(int numPlanes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEmpire.BuildPlanesReply

public RemoteEmpire.BuildPlanesReply()

RemoteEmpire.BuildPlanesReply

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

getError

public EmpireError getError()

setError

public void setError(EmpireError error)

getNumPlanes

public int getNumPlanes()

setNumPlanes

public void setNumPlanes(int numPlanes)