-
public final class PassioFoodMetadata
-
-
Field Summary
Fields Modifier and Type Field Description private List<PassioFoodOrigin>foodOriginsprivate Stringbarcodeprivate StringingredientsDescriptionprivate List<String>tags
-
Constructor Summary
Constructors Constructor Description PassioFoodMetadata(List<PassioFoodOrigin> foodOrigins, String barcode, String ingredientsDescription, List<String> tags)
-
Method Summary
Modifier and Type Method Description final List<PassioFoodOrigin>getFoodOrigins()final UnitsetFoodOrigins(List<PassioFoodOrigin> foodOrigins)final StringgetBarcode()final UnitsetBarcode(String barcode)final StringgetIngredientsDescription()final UnitsetIngredientsDescription(String ingredientsDescription)final List<String>getTags()final UnitsetTags(List<String> tags)final StringopenFoodLicense()-
-
Method Detail
-
getFoodOrigins
final List<PassioFoodOrigin> getFoodOrigins()
-
setFoodOrigins
final Unit setFoodOrigins(List<PassioFoodOrigin> foodOrigins)
-
getBarcode
final String getBarcode()
-
setBarcode
final Unit setBarcode(String barcode)
-
getIngredientsDescription
final String getIngredientsDescription()
-
setIngredientsDescription
final Unit setIngredientsDescription(String ingredientsDescription)
-
openFoodLicense
final String openFoodLicense()
-
-
-
-