example
Class Sandwich

java.lang.Object
  extended by example.Sandwich

public class Sandwich
extends java.lang.Object

Author:
Samuel Croset

Field Summary
private  java.util.ArrayList<Ingredient> ingredients
           
 
Constructor Summary
Sandwich()
           
 
Method Summary
 java.util.ArrayList<Ingredient> getIngredients()
           
 void setIngredients(java.util.ArrayList<Ingredient> ingredients)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ingredients

private java.util.ArrayList<Ingredient> ingredients
Constructor Detail

Sandwich

public Sandwich()
Method Detail

setIngredients

public void setIngredients(java.util.ArrayList<Ingredient> ingredients)

getIngredients

public java.util.ArrayList<Ingredient> getIngredients()