Class ProductIngredient
- java.lang.Object
-
- pl.grizzlysoftware.dotykacka.client.v1.api.dto.ProductIngredient
-
public class ProductIngredient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.LongcloudIdjava.lang.LongingredientIdjava.lang.BooleanisDeletedjava.lang.LongparentProductIdjava.lang.LongproductIdjava.lang.Integerquantityjava.lang.Stringunit
-
Constructor Summary
Constructors Constructor Description ProductIngredient()
-
-
-
Field Detail
-
productId
public java.lang.Long productId
-
parentProductId
public java.lang.Long parentProductId
-
cloudId
public java.lang.Long cloudId
-
ingredientId
public java.lang.Long ingredientId
-
isDeleted
public java.lang.Boolean isDeleted
-
quantity
public java.lang.Integer quantity
-
unit
public java.lang.String unit
-
-