Uses of Class
com.echothree.model.jooq.server.records.item.ItemPrices
Packages that use ItemPrices
Package
Description
-
Uses of ItemPrices in com.echothree.model.jooq.server.keys.item
Fields in com.echothree.model.jooq.server.keys.item with type parameters of type ItemPricesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ItemFixedPrices, ItemPrices> ItemForeignKeys.ITEM_FIXED_PRICES_ITEM_PRICE_FKstatic final org.jooq.ForeignKey<ItemPrices, Currencies> ItemForeignKeys.ITEM_PRICES_CURRENCY_FKstatic final org.jooq.ForeignKey<ItemPrices, InventoryConditions> ItemForeignKeys.ITEM_PRICES_INVENTORY_CONDITION_FKstatic final org.jooq.UniqueKey<ItemPrices> ItemUniqueKeys.ITEM_PRICES_ITEM_AND_INVENTORY_CONDITION_AND_UNIT_OF_MEASURE_TYPE_AND_CURRENCY_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ItemPrices, Items> ItemForeignKeys.ITEM_PRICES_ITEM_FKstatic final org.jooq.UniqueKey<ItemPrices> ItemUniqueKeys.ITEM_PRICES_PKstatic final org.jooq.ForeignKey<ItemPrices, UnitOfMeasureTypes> ItemForeignKeys.ITEM_PRICES_UNIT_OF_MEASURE_TYPE_FKstatic final org.jooq.ForeignKey<ItemVariablePrices, ItemPrices> ItemForeignKeys.ITEM_VARIABLE_PRICES_ITEM_PRICE_FK -
Uses of ItemPrices in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemPricesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemPrices, CurrencyPK> ItemPrices.CURRENCYThe columnitemprices.itmp_cur_currencyid.final org.jooq.TableField<ItemPrices, Long> ItemPrices.FROM_TIMEThe columnitemprices.itmp_fromtime.final org.jooq.TableField<ItemPrices, InventoryConditionPK> ItemPrices.INVENTORY_CONDITIONThe columnitemprices.itmp_invcon_inventoryconditionid.final org.jooq.TableField<ItemPrices, ItemPK> ItemPrices.ITEMThe columnitemprices.itmp_itm_itemid.final org.jooq.TableField<ItemPrices, ItemPricePK> ItemPrices.ITEM_PRICEThe columnitemprices.itmp_itempriceid.final org.jooq.TableField<ItemPrices, Long> ItemPrices.THRU_TIMEThe columnitemprices.itmp_thrutime.final org.jooq.TableField<ItemPrices, UnitOfMeasureTypePK> ItemPrices.UNIT_OF_MEASURE_TYPEThe columnitemprices.itmp_uomt_unitofmeasuretypeid.Methods in com.echothree.model.jooq.server.tables.item that return types with arguments of type ItemPricesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ItemPrices> ItemPrices.getPrimaryKey()ItemPrices.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ItemPrices, ?>> ItemPrices.getReferences()List<org.jooq.UniqueKey<ItemPrices>> ItemPrices.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.item with type arguments of type ItemPricesModifierConstructorDescriptionItemPrices(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemPrices> childPath, org.jooq.InverseForeignKey<O, ItemPrices> parentPath) ItemPrices(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemPrices> childPath, org.jooq.InverseForeignKey<O, ItemPrices> parentPath) ItemPricesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemPrices> childPath, org.jooq.InverseForeignKey<O, ItemPrices> parentPath) ItemPricesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemPrices> childPath, org.jooq.InverseForeignKey<O, ItemPrices> parentPath)