org.mule.tck.testmodels.fruit
Class BloodOrange

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

public class BloodOrange
extends Orange

A specialisation of Orange

See Also:
Serialized Form

Constructor Summary
BloodOrange()
           
BloodOrange(HashMap props)
           
BloodOrange(Integer segments, Double radius, String brand)
           
 
Method Summary
 
Methods inherited from class org.mule.tck.testmodels.fruit.Orange
bite, equals, getArrayProperties, getBrand, getCleaner, getListProperties, getMapProperties, getRadius, getSegments, hashCode, isBitten, onCall, polish, setArrayProperties, setBrand, setCleaner, setListProperties, setMapProperties, setRadius, setSegments, wash
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BloodOrange

public BloodOrange()

BloodOrange

public BloodOrange(HashMap props)
            throws MuleException
Throws:
MuleException

BloodOrange

public BloodOrange(Integer segments,
                   Double radius,
                   String brand)


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