io.github.benas.easybatch.tutorials.recipes
Class Recipe

java.lang.Object
  extended by io.github.benas.easybatch.tutorials.recipes.Recipe

public class Recipe
extends Object

Recipe bean.


Constructor Summary
Recipe()
           
 
Method Summary
 List<Ingredient> getIngredients()
           
 String getName()
           
 void setIngredients(List<Ingredient> ingredients)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Recipe

public Recipe()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getIngredients

public List<Ingredient> getIngredients()

setIngredients

public void setIngredients(List<Ingredient> ingredients)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.