com.empireclassic.Remote
Class RemoteEmpire.LoginReply

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

public class RemoteEmpire.LoginReply
extends java.lang.Object


Constructor Summary
RemoteEmpire.LoginReply()
           
RemoteEmpire.LoginReply(java.lang.String response)
           
 
Method Summary
 EmpireError getError()
           
 int getHomeIsland()
           
 int getNationNum()
           
 void setError(EmpireError error)
           
 void setHomeIsland(int homeIsland)
           
 void setNationNum(int nationNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEmpire.LoginReply

public RemoteEmpire.LoginReply()

RemoteEmpire.LoginReply

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

getHomeIsland

public int getHomeIsland()

setHomeIsland

public void setHomeIsland(int homeIsland)

getNationNum

public int getNationNum()

setNationNum

public void setNationNum(int nationNum)

getError

public EmpireError getError()

setError

public void setError(EmpireError error)