org.apache.velocity.test.provider
Class Person

java.lang.Object
  extended by org.apache.velocity.test.provider.Person
Direct Known Subclasses:
Child

public class Person
extends Object

Rudimentary class used in the testbed to test introspection with subclasses of a particular class. This class need to be greatly extended to be useful :-)

Version:
$Id: Person.java 191743 2005-06-21 23:22:20Z dlr $
Author:
Jason van Zyl

Constructor Summary
Person()
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person()
Method Detail

getName

public String getName()


Copyright © 2002 Apache Software Foundation. All Rights Reserved.