public class ProductInfoQuery
Класс для формирования запроса на получение информации о товарах
@JvmField @NotNull public ru.evotor.query.FieldFilter<ru.evotor.egais.api.model.dictionary.ProductType,ru.evotor.egais.api.model.dictionary.ProductType,ru.evotor.egais.api.query.ProductInfoQuery,ru.evotor.egais.api.query.ProductInfoQuery.SortOrder,ru.evotor.egais.api.model.dictionary.ProductInfo> type
Тип продукции (АП | ССП | ССНП | Спирт).
@JvmField @NotNull public ru.evotor.query.FieldFilter<java.lang.String,java.lang.String,ru.evotor.egais.api.query.ProductInfoQuery,ru.evotor.egais.api.query.ProductInfoQuery.SortOrder,ru.evotor.egais.api.model.dictionary.ProductInfo> fullName
Наименование продукции полное.
@JvmField @NotNull public ru.evotor.query.FieldFilter<java.lang.String,java.lang.String,ru.evotor.egais.api.query.ProductInfoQuery,ru.evotor.egais.api.query.ProductInfoQuery.SortOrder,ru.evotor.egais.api.model.dictionary.ProductInfo> shortName
Наименование продукции краткое.
@JvmField @NotNull public ru.evotor.query.FieldFilter<java.lang.String,java.lang.String,ru.evotor.egais.api.query.ProductInfoQuery,ru.evotor.egais.api.query.ProductInfoQuery.SortOrder,ru.evotor.egais.api.model.dictionary.ProductInfo> alcCode
Код продукции согласно ЕГАИС.
@JvmField @NotNull public ru.evotor.query.FieldFilter<java.lang.String,java.lang.String,ru.evotor.egais.api.query.ProductInfoQuery,ru.evotor.egais.api.query.ProductInfoQuery.SortOrder,ru.evotor.egais.api.model.dictionary.ProductInfo> capacity
Емкость упаковки продукции согласно ЕГАИС.
@JvmField @NotNull public ru.evotor.query.FieldFilter<java.lang.String,java.lang.String,ru.evotor.egais.api.query.ProductInfoQuery,ru.evotor.egais.api.query.ProductInfoQuery.SortOrder,ru.evotor.egais.api.model.dictionary.ProductInfo> alcVolume
Содержание этилового спирта, %.
@JvmField @NotNull public ru.evotor.query.FieldFilter<java.lang.String,java.lang.String,ru.evotor.egais.api.query.ProductInfoQuery,ru.evotor.egais.api.query.ProductInfoQuery.SortOrder,ru.evotor.egais.api.model.dictionary.ProductInfo> producerId
Производитель.
@JvmField @NotNull public ru.evotor.query.FieldFilter<java.lang.String,java.lang.String,ru.evotor.egais.api.query.ProductInfoQuery,ru.evotor.egais.api.query.ProductInfoQuery.SortOrder,ru.evotor.egais.api.model.dictionary.ProductInfo> importerId
Импортер.
@JvmField @NotNull public ru.evotor.query.FieldFilter<java.lang.String,java.lang.String,ru.evotor.egais.api.query.ProductInfoQuery,ru.evotor.egais.api.query.ProductInfoQuery.SortOrder,ru.evotor.egais.api.model.dictionary.ProductInfo> productVCode
Код вида продукции.
@JvmField @NotNull public ru.evotor.query.FieldFilter<java.lang.String,java.lang.String,ru.evotor.egais.api.query.ProductInfoQuery,ru.evotor.egais.api.query.ProductInfoQuery.SortOrder,ru.evotor.egais.api.model.dictionary.ProductInfo> unitType
Тип поставки (упакованная или нет)
public ProductInfoQuery()
Класс для формирования запроса на получение информации о товарах
@NotNull protected ProductInfoQuery getCurrentQuery()
@NotNull protected ProductInfo getValue(@NotNull ru.evotor.query.Cursor<ru.evotor.egais.api.model.dictionary.ProductInfo> cursor)