game.protocol
Class SOCCER2008Request

java.lang.Object
  extended by game.protocol.Request
      extended by game.protocol.SOCCER2008Request

public class SOCCER2008Request
extends Request


Nested Class Summary
 
Nested classes/interfaces inherited from class game.protocol.Request
Request.RequestType
 
Field Summary
 
Fields inherited from class game.protocol.Request
log, mClientLog, mType
 
Constructor Summary
SOCCER2008Request(java.lang.String req)
           
SOCCER2008Request(Student team)
           
 
Method Summary
 Student getStudent()
           
 java.lang.String toString()
           
 
Methods inherited from class game.protocol.Request
factory, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOCCER2008Request

public SOCCER2008Request(java.lang.String req)
                  throws ParseException
Throws:
ParseException

SOCCER2008Request

public SOCCER2008Request(Student team)
Method Detail

getStudent

public Student getStudent()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object