public class ExtendedIngredientDto extends Object
Constructor and Description |
---|
ExtendedIngredientDto() |
Modifier and Type | Method and Description |
---|---|
float |
getAmount()
Gets the amount.
|
String |
getDetails()
Gets the details.
|
long |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
String |
getUnit()
Gets the unit.
|
void |
setAmount(float amount)
Sets the amount.
|
void |
setDetails(String details)
Sets the details.
|
void |
setId(long id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
void |
setUnit(String unit)
Sets the unit.
|
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public String getDetails()
public void setDetails(String details)
public float getAmount()
public void setAmount(float amount)
public String getUnit()
public void setUnit(String unit)