cz.cuni.pogamut.MessageObjects
Class PlayerJoinsGame

java.lang.Object
  extended by cz.cuni.pogamut.MessageObjects.MessageObject
      extended by cz.cuni.pogamut.MessageObjects.PlayerJoinsGame
All Implemented Interfaces:
Visible, java.io.Serializable, java.lang.Cloneable

public class PlayerJoinsGame
extends MessageObject

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
PlayerJoinsGame()
           
PlayerJoinsGame(int ID, java.lang.String UnrealID)
           
 
Method Summary
 java.lang.Object clone()
          clone object - for hard copying
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
diff, equals, getID, getType, getUnrealID, getVisibility, hasID, isVisible, setID, setType, setUnrealID, setVisible, update
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Constructor Detail

PlayerJoinsGame

public PlayerJoinsGame(int ID,
                       java.lang.String UnrealID)

PlayerJoinsGame

public PlayerJoinsGame()
Method Detail

clone

public java.lang.Object clone()
Description copied from class: MessageObject
clone object - for hard copying

Overrides:
clone in class MessageObject

toString

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