Class Ingredient
- java.lang.Object
-
- pl.grizzlysoftware.dotykacka.client.v1.api.dto.Ingredient
-
public class Ingredient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.LongbelongstoproductIdjava.lang.StringchildExtIdjava.lang.LongcloudIdjava.lang.Longidjava.lang.StringingUnitjava.lang.BooleanisDeletedjava.lang.StringorigProductNamejava.lang.StringparentExtIdjava.lang.LongpgKeyjava.lang.LongproductIdjava.lang.StringproductUnitjava.lang.IntegerpurchasePriceWithoutVat2java.lang.Integerquantityjava.lang.IntegerserialVersionUIDjava.lang.LongtotalRowsjava.lang.IntegertotalSumjava.lang.IntegertreeQuantityjava.lang.Stringunitsjava.lang.LongversionDate
-
Constructor Summary
Constructors Constructor Description Ingredient()
-
-
-
Field Detail
-
totalRows
public java.lang.Long totalRows
-
belongstoproductId
public java.lang.Long belongstoproductId
-
childExtId
public java.lang.String childExtId
-
cloudId
public java.lang.Long cloudId
-
isDeleted
public java.lang.Boolean isDeleted
-
ingUnit
public java.lang.String ingUnit
-
id
public java.lang.Long id
-
productId
public java.lang.Long productId
-
origProductName
public java.lang.String origProductName
-
parentExtId
public java.lang.String parentExtId
-
pgKey
public java.lang.Long pgKey
-
productUnit
public java.lang.String productUnit
-
purchasePriceWithoutVat2
public java.lang.Integer purchasePriceWithoutVat2
-
quantity
public java.lang.Integer quantity
-
serialVersionUID
public java.lang.Integer serialVersionUID
-
totalSum
public java.lang.Integer totalSum
-
treeQuantity
public java.lang.Integer treeQuantity
-
units
public java.lang.String units
-
versionDate
public java.lang.Long versionDate
-
-