org.springframework.rules
Class RulesTests.TestBean

Show UML class diagram
java.lang.Object
  extended by org.springframework.rules.RulesTests.TestBean
Enclosing class:
RulesTests

public class RulesTests.TestBean
extends Object


Constructor Summary
RulesTests.TestBean()
           
 
Method Summary
 String getConfirmTest()
           
 int getMax()
           
 int getMin()
           
 int getNumber()
           
 String getTest()
           
 String getTest2()
           
 boolean isTooMuch(int number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RulesTests.TestBean

public RulesTests.TestBean()
Method Detail

getTest

public String getTest()

getTest2

public String getTest2()

getConfirmTest

public String getConfirmTest()

getNumber

public int getNumber()

getMax

public int getMax()

getMin

public int getMin()

isTooMuch

public boolean isTooMuch(int number)


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.