colors
Class ColorGameBean

java.lang.Object
  extended by colors.ColorGameBean

public class ColorGameBean
extends Object


Constructor Summary
ColorGameBean()
           
 
Method Summary
 int getAttempts()
           
 String getColor1()
           
 String getColor2()
           
 boolean getHint()
           
 boolean getHintTaken()
           
 int getIntval()
           
 boolean getSuccess()
           
 void processRequest(HttpServletRequest request)
           
 void reset()
           
 void setAction(String x)
           
 void setColor1(String x)
           
 void setColor2(String x)
           
 void setIntval(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorGameBean

public ColorGameBean()
Method Detail

processRequest

public void processRequest(HttpServletRequest request)

setColor2

public void setColor2(String x)

setColor1

public void setColor1(String x)

setAction

public void setAction(String x)

getColor2

public String getColor2()

getColor1

public String getColor1()

getAttempts

public int getAttempts()

getHint

public boolean getHint()

getSuccess

public boolean getSuccess()

getHintTaken

public boolean getHintTaken()

reset

public void reset()

setIntval

public void setIntval(int value)

getIntval

public int getIntval()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.