org.mule.tck.testmodels.fruit
Class AbstractFruit

java.lang.Object
  extended by org.mule.tck.testmodels.fruit.AbstractFruit
All Implemented Interfaces:
Serializable, Fruit

public abstract class AbstractFruit
extends Object
implements Fruit

AbstractFruit is a base class for fruity test objects. yum!

See Also:
Serialized Form

Constructor Summary
AbstractFruit()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.tck.testmodels.fruit.Fruit
bite, isBitten
 

Constructor Detail

AbstractFruit

public AbstractFruit()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.