public class Ingredient extends Object
Constructor and Description |
---|
Ingredient() |
Modifier and Type | Method and Description |
---|---|
long |
getId()
Gets the ingredient id.
|
String |
getName()
Gets the name.
|
int |
getQuantityAvailable()
Gets the quantity available.
|
String |
getUpc()
Gets the upc.
|
long |
getUserid()
Gets the user id.
|
void |
setId(long id)
Sets the ingredient id.
|
void |
setName(String name)
Sets the name.
|
void |
setQuantityAvailable(int quantityAvailable)
Sets the quantity available.
|
void |
setUpc(String upc)
Sets hte upc.
|
void |
setUserid(long userid)
Sets the user id.
|
public long getId()
public void setId(long id)
public long getUserid()
public void setUserid(long userid)
public int getQuantityAvailable()
public void setQuantityAvailable(int quantityAvailable)