public class StepDto extends Object
Constructor and Description |
---|
StepDto() |
Modifier and Type | Method and Description |
---|---|
List<ExtendedIngredientDto> |
getIngredients()
Gets the list of ExtendedIngredients.
|
int |
getOrder()
Gets the order.
|
String |
getText()
Gets the text.
|
void |
setIngredients(List<ExtendedIngredientDto> ingredients)
Sets the list of ExtendedIngredients.
|
void |
setOrder(int order)
Sets the order.
|
void |
setText(String text)
Sets the text.
|
public int getOrder()
public void setOrder(int order)
public String getText()
public void setText(String text)
public List<ExtendedIngredientDto> getIngredients()
public void setIngredients(List<ExtendedIngredientDto> ingredients)