Class ProductIngredient
- java.lang.Object
-
- pl.grizzlysoftware.dotykacka.client.v2.model.Entity
-
- pl.grizzlysoftware.dotykacka.client.v2.model.CloudEntity
-
- pl.grizzlysoftware.dotykacka.client.v2.model.ProductIngredient
-
public class ProductIngredient extends CloudEntity
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.LongingredientIdjava.lang.LongproductIdjava.math.BigDecimalquantityUnitunit-
Fields inherited from class pl.grizzlysoftware.dotykacka.client.v2.model.CloudEntity
cloudId, createdAt, etag, externalId, modifiedAt, modifiedBy
-
-
Constructor Summary
Constructors Constructor Description ProductIngredient()
-
-
-
Field Detail
-
ingredientId
public java.lang.Long ingredientId
-
productId
public java.lang.Long productId
-
quantity
public java.math.BigDecimal quantity
-
unit
public Unit unit
-
-