FlashCards
Class Question

java.lang.Object
  extended by FlashCards.Question

 class Question
extends java.lang.Object


Field Summary
(package private)  FlashCard fc
           
(package private)  int indexInFullCardDeck
           
(package private)  boolean isCorrect
           
(package private)  boolean isRaised
           
(package private)  int timesFailed
           
 
Constructor Summary
Question()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isRaised

boolean isRaised

isCorrect

boolean isCorrect

timesFailed

int timesFailed

indexInFullCardDeck

int indexInFullCardDeck

fc

FlashCard fc
Constructor Detail

Question

Question()