org.apache.velocity.test.provider
Class Child

java.lang.Object
  |
  +--org.apache.velocity.test.provider.Person
        |
        +--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,v 1.5.8.1 2004/03/03 23:23:06 geirm Exp $
Author:
Jason van Zyl

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

Constructor Detail

Child

public Child()
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class Person


Copyright © 2002 Apache Software Foundation. All Rights Reserved.