|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexample.Sandwich
public class Sandwich
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 |
---|
private java.util.ArrayList<Ingredient> ingredients
Constructor Detail |
---|
public Sandwich()
Method Detail |
---|
public void setIngredients(java.util.ArrayList<Ingredient> ingredients)
public java.util.ArrayList<Ingredient> getIngredients()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |