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

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

public class Ingredient
extends Object

Ingredient bean.


Constructor Summary
Ingredient()
           
 
Method Summary
 String getName()
           
 int getQuantity()
           
 void setName(String name)
           
 void setQuantity(int quantity)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ingredient

public Ingredient()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getQuantity

public int getQuantity()

setQuantity

public void setQuantity(int quantity)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.