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 2001/10/22 03:53:27 jon 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 © 2003 Apache Software Foundation. All Rights Reserved.