org.apache.ojb.broker
Interface InterfaceAnimal

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Mammal, Reptile

public interface InterfaceAnimal
extends java.io.Serializable

This interface is used to test polymorph collections

Author:
Georg Schneider

Method Summary
 int getAge()
           
 java.lang.String getName()
           
 

Method Detail

getAge

public int getAge()

getName

public java.lang.String getName()


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14