Uses of Class
com.echothree.model.jooq.server.records.item.ItemShippingTimes
Packages that use ItemShippingTimes
Package
Description
-
Uses of ItemShippingTimes in com.echothree.model.jooq.server.keys.item
Fields in com.echothree.model.jooq.server.keys.item with type parameters of type ItemShippingTimesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ItemShippingTimes, CustomerTypes> ItemForeignKeys.ITEM_SHIPPING_TIMES_CUSTOMER_TYPE_FKstatic final org.jooq.UniqueKey<ItemShippingTimes> ItemUniqueKeys.ITEM_SHIPPING_TIMES_ITEM_AND_CUSTOMER_TYPE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ItemShippingTimes, Items> ItemForeignKeys.ITEM_SHIPPING_TIMES_ITEM_FKstatic final org.jooq.UniqueKey<ItemShippingTimes> ItemUniqueKeys.ITEM_SHIPPING_TIMES_PK -
Uses of ItemShippingTimes in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemShippingTimesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemShippingTimes, CustomerTypePK> ItemShippingTimes.CUSTOMER_TYPEThe columnitemshippingtimes.istim_cuty_customertypeid.final org.jooq.TableField<ItemShippingTimes, Long> ItemShippingTimes.FROM_TIMEThe columnitemshippingtimes.istim_fromtime.final org.jooq.TableField<ItemShippingTimes, ItemPK> ItemShippingTimes.ITEMThe columnitemshippingtimes.istim_itm_itemid.final org.jooq.TableField<ItemShippingTimes, ItemShippingTimePK> ItemShippingTimes.ITEM_SHIPPING_TIMEThe columnitemshippingtimes.istim_itemshippingtimeid.final org.jooq.TableField<ItemShippingTimes, Long> ItemShippingTimes.SHIPPING_END_TIMEThe columnitemshippingtimes.istim_shippingendtime.final org.jooq.TableField<ItemShippingTimes, Long> ItemShippingTimes.SHIPPING_START_TIMEThe columnitemshippingtimes.istim_shippingstarttime.final org.jooq.TableField<ItemShippingTimes, Long> ItemShippingTimes.THRU_TIMEThe columnitemshippingtimes.istim_thrutime.Methods in com.echothree.model.jooq.server.tables.item that return types with arguments of type ItemShippingTimesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ItemShippingTimes> ItemShippingTimes.getPrimaryKey()ItemShippingTimes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ItemShippingTimes, ?>> ItemShippingTimes.getReferences()List<org.jooq.UniqueKey<ItemShippingTimes>> ItemShippingTimes.getUniqueKeys()