Uses of Class
com.echothree.model.jooq.server.records.item.ItemFixedPrices
Packages that use ItemFixedPrices
Package
Description
-
Uses of ItemFixedPrices in com.echothree.model.jooq.server.keys.item
Fields in com.echothree.model.jooq.server.keys.item with type parameters of type ItemFixedPricesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ItemFixedPrices> ItemUniqueKeys.ITEM_FIXED_PRICES_ITEM_PRICE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ItemFixedPrices, ItemPrices> ItemForeignKeys.ITEM_FIXED_PRICES_ITEM_PRICE_FKstatic final org.jooq.UniqueKey<ItemFixedPrices> ItemUniqueKeys.ITEM_FIXED_PRICES_PK -
Uses of ItemFixedPrices in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemFixedPricesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemFixedPrices, Long> ItemFixedPrices.FROM_TIMEThe columnitemfixedprices.itmfp_fromtime.final org.jooq.TableField<ItemFixedPrices, ItemFixedPricePK> ItemFixedPrices.ITEM_FIXED_PRICEThe columnitemfixedprices.itmfp_itemfixedpriceid.final org.jooq.TableField<ItemFixedPrices, ItemPricePK> ItemFixedPrices.ITEM_PRICEThe columnitemfixedprices.itmfp_itmp_itempriceid.final org.jooq.TableField<ItemFixedPrices, Long> ItemFixedPrices.THRU_TIMEThe columnitemfixedprices.itmfp_thrutime.final org.jooq.TableField<ItemFixedPrices, Long> ItemFixedPrices.UNIT_PRICEThe columnitemfixedprices.itmfp_unitprice.Methods in com.echothree.model.jooq.server.tables.item that return types with arguments of type ItemFixedPricesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ItemFixedPrices> ItemFixedPrices.getPrimaryKey()ItemFixedPrices.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ItemFixedPrices, ?>> ItemFixedPrices.getReferences()List<org.jooq.UniqueKey<ItemFixedPrices>> ItemFixedPrices.getUniqueKeys()