org.apache.velocity.test.provider
Class Child

java.lang.Object
  extended by org.apache.velocity.test.provider.Person
      extended by org.apache.velocity.test.provider.Child

public class Child
extends Person

Rudimentary class used in the testbed to test introspection with subclasses of a particular class.

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

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

Constructor Detail

Child

public Child()
Method Detail

getName

public String getName()
Overrides:
getName in class Person


Copyright © 2002 Apache Software Foundation. All Rights Reserved.