public class Recipe extends Object
Constructor and Description |
---|
Recipe() |
Modifier and Type | Method and Description |
---|---|
long |
getExternalKey()
Gets the external key.
|
Long |
getId()
Gets the recipe id.
|
String |
getImage()
Gets the image.
|
String |
getInstructions()
Gets the instructions.
|
String |
getName()
Gets the name.
|
int |
getPrepTime()
Gets the prep time.
|
int |
getServingQuantity()
Gets the serving quantity.
|
int |
getSkillLevel()
Gets the skill level.
|
Long |
getUserid()
Gets the user id.
|
void |
setExternalKey(long externalKey)
Set the external key
|
void |
setId(Long id)
Sets the recipe id.
|
void |
setImage(String image)
Sets the image.
|
void |
setInstructions(String instructions)
Sets the instructions.
|
void |
setName(String name)
Sets the name.
|
void |
setPrepTime(int prepTime)
Sets the prep time.
|
void |
setServingQuantity(int servingQuantity)
Sets the serving quanity.
|
void |
setSkillLevel(int skillLevel)
Sets the skill level.
|
void |
setUserid(Long userid)
Sets the user id.
|
public Long getId()
public void setId(Long id)
id
- public long getExternalKey()
public void setExternalKey(long externalKey)
externalKey
- public String getInstructions()
public void setInstructions(String instructions)
public String getImage()
public void setImage(String image)
public int getPrepTime()
public void setPrepTime(int prepTime)
public int getSkillLevel()
public void setSkillLevel(int skillLevel)
public int getServingQuantity()
public void setServingQuantity(int servingQuantity)