public class Sample
extends java.lang.Object
Constructor and Description |
---|
Sample(java.util.Date start,
Resolution duration) |
Modifier and Type | Method and Description |
---|---|
void |
addRecipe(Recipe recipe) |
Resolution |
getDuration() |
java.util.List<Recipe> |
getRecipes() |
java.util.Date |
getStart() |
public Sample(java.util.Date start, Resolution duration)
public void addRecipe(Recipe recipe)
public java.util.Date getStart()
public Resolution getDuration()
public java.util.List<Recipe> getRecipes()
Copyright © 2010 - 2020 Adobe. All Rights Reserved