org.mule.tck.testmodels.fruit
Class RedApple

java.lang.Object
  extended by org.mule.tck.testmodels.fruit.Apple
      extended by org.mule.tck.testmodels.fruit.RedApple
All Implemented Interfaces:
Serializable, Callable, EventListener, Fruit

public class RedApple
extends Apple

See Also:
Serialized Form

Constructor Summary
RedApple()
           
 
Method Summary
 String getColour()
           
 
Methods inherited from class org.mule.tck.testmodels.fruit.Apple
bite, equals, getAppleCleaner, hashCode, isBitten, isWashed, methodReturningNull, onCall, polish, setAppleCleaner, setBitten, setWashed, toString, wash
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RedApple

public RedApple()
Method Detail

getColour

public String getColour()


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