org.apache.velocity.tools.generic
Class DisplayToolTests.TestBean

java.lang.Object
  extended by org.apache.velocity.tools.generic.DisplayToolTests.TestBean
Enclosing class:
DisplayToolTests

public class DisplayToolTests.TestBean
extends Object


Constructor Summary
DisplayToolTests.TestBean(int num, String str)
           
 
Method Summary
 int getNum()
           
 String getStr()
           
 void setNum(int num)
           
 void setStr(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayToolTests.TestBean

public DisplayToolTests.TestBean(int num,
                                 String str)
Method Detail

getNum

public int getNum()

setNum

public void setNum(int num)

getStr

public String getStr()

setStr

public void setStr(String str)


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.