Class ProductIngredient


  • public class ProductIngredient
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ingredientId

        public java.lang.Long ingredientId
      • productId

        public java.lang.Long productId
      • cloudId

        public java.lang.Long cloudId
      • productIngredientId

        public java.lang.Long productIngredientId
      • isDeleted

        public java.lang.Boolean isDeleted
      • quantity

        public java.lang.Integer quantity
      • unit

        public java.lang.String unit
    • Constructor Detail

      • ProductIngredient

        public ProductIngredient()