org.mule.tck.testmodels.fruit
Class FruitBasket

java.lang.Object
  extended by org.mule.tck.testmodels.fruit.FruitBasket

public class FruitBasket
extends Object

TODO


Constructor Summary
FruitBasket()
           
 
Method Summary
 Apple getApple()
           
 Banana getBanana()
           
 List getFruit()
           
 boolean hasApple()
           
 boolean hasBanana()
           
 void setFruit(Fruit[] fruit)
           
 void setFruit(List fruit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FruitBasket

public FruitBasket()
Method Detail

hasApple

public boolean hasApple()

hasBanana

public boolean hasBanana()

setFruit

public void setFruit(Fruit[] fruit)

setFruit

public void setFruit(List fruit)

getFruit

public List getFruit()

getApple

public Apple getApple()

getBanana

public Banana getBanana()


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