cluedo.info
Class SuspicionCardInfo

java.lang.Object
  |
  +--cluedo.info.CluedoInfo
        |
        +--cluedo.info.CardInfo
              |
              +--cluedo.info.SuspicionCardInfo

public class SuspicionCardInfo
extends CardInfo

A SuspicionCardInfo contains the answer of a player to a Suspicion of another player. It contains a single card.

See Also:
CluedoPDU, SessionRemoveRequestInfo, Serialized Form

Fields inherited from class cluedo.info.CardInfo
ARBEITSZIMMER, BARONIN_VON_PORZ, BIBLIOTHEK, BILLARDZIMMER, DOLCH, FRAEULEIN_GLORIA, FRAU_WEISS, HALLE, HEIZUNGSROHR, item, ITEM, KUECHE, LEUCHTER, MUSIKZIMMER, OBERST_VON_GATOW, ownerId, PERSON, PISTOLE, PROFESSOR_BLOOM, REVEREND_GRUEN, ROHRZANGE, ROOM, SALON, SEIL, SPEISEZIMMER, type, WINTERGARTEN
 
Fields inherited from class cluedo.info.CluedoInfo
ACCEPTED, CLOSED, DIRECTOR, EXPELLED, INVITED, LOOSER, NUMPLAYERS, OPENED, REJECTED, REMOVED, SERVERID, TEAMMATE, TERMINATED, UNKNOWN, WINNER
 
Constructor Summary
SuspicionCardInfo(int ownerId, int type, int item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuspicionCardInfo

public SuspicionCardInfo(int ownerId,
                         int type,
                         int item)