public class Card { private int number; private int suit; public int getNumber() { return 0; } }