Uses of Class
com.echothree.model.jooq.server.records.offer.OfferItemFixedPrices
Packages that use OfferItemFixedPrices
Package
Description
-
Uses of OfferItemFixedPrices in com.echothree.model.jooq.server.keys.offer
Fields in com.echothree.model.jooq.server.keys.offer with type parameters of type OfferItemFixedPricesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<OfferItemFixedPrices> OfferUniqueKeys.OFFER_ITEM_FIXED_PRICES_OFFER_ITEM_PRICE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<OfferItemFixedPrices, OfferItemPrices> OfferForeignKeys.OFFER_ITEM_FIXED_PRICES_OFFER_ITEM_PRICE_FKstatic final org.jooq.UniqueKey<OfferItemFixedPrices> OfferUniqueKeys.OFFER_ITEM_FIXED_PRICES_PK -
Uses of OfferItemFixedPrices in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type OfferItemFixedPricesModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferItemFixedPrices, Long> OfferItemFixedPrices.FROM_TIMEThe columnofferitemfixedprices.ofritmfp_fromtime.final org.jooq.TableField<OfferItemFixedPrices, OfferItemFixedPricePK> OfferItemFixedPrices.OFFER_ITEM_FIXED_PRICEThe columnofferitemfixedprices.ofritmfp_offeritemfixedpriceid.final org.jooq.TableField<OfferItemFixedPrices, OfferItemPricePK> OfferItemFixedPrices.OFFER_ITEM_PRICEThe columnofferitemfixedprices.ofritmfp_ofritmp_offeritempriceid.final org.jooq.TableField<OfferItemFixedPrices, Long> OfferItemFixedPrices.THRU_TIMEThe columnofferitemfixedprices.ofritmfp_thrutime.final org.jooq.TableField<OfferItemFixedPrices, Long> OfferItemFixedPrices.UNIT_PRICEThe columnofferitemfixedprices.ofritmfp_unitprice.Methods in com.echothree.model.jooq.server.tables.offer that return types with arguments of type OfferItemFixedPricesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<OfferItemFixedPrices> OfferItemFixedPrices.getPrimaryKey()OfferItemFixedPrices.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<OfferItemFixedPrices, ?>> OfferItemFixedPrices.getReferences()List<org.jooq.UniqueKey<OfferItemFixedPrices>> OfferItemFixedPrices.getUniqueKeys()