uk.org.redfelineninja.risk.data
Class Card

java.lang.Object
  |
  +--uk.org.redfelineninja.risk.data.Card

public class Card
extends java.lang.Object


Field Summary
static int ARTILLARY
           
 java.lang.String country
           
static int HORSEMAN
           
static int INFANTRY
           
 int type
           
 
Constructor Summary
Card()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFANTRY

public static final int INFANTRY
See Also:
Constant Field Values

HORSEMAN

public static final int HORSEMAN
See Also:
Constant Field Values

ARTILLARY

public static final int ARTILLARY
See Also:
Constant Field Values

country

public java.lang.String country

type

public int type
Constructor Detail

Card

public Card()