Uses of Class
com.echothree.model.jooq.server.records.item.ItemKitOptions
Packages that use ItemKitOptions
Package
Description
-
Uses of ItemKitOptions in com.echothree.model.jooq.server.keys.item
Fields in com.echothree.model.jooq.server.keys.item with type parameters of type ItemKitOptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ItemKitOptions, Items> ItemForeignKeys.ITEM_KIT_OPTIONS_ITEM_FKstatic final org.jooq.UniqueKey<ItemKitOptions> ItemUniqueKeys.ITEM_KIT_OPTIONS_PK -
Uses of ItemKitOptions in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemKitOptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemKitOptions, Boolean> ItemKitOptions.ALLOW_PARTIAL_SHIPMENTSThe columnitemkitoptions.ikopt_allowpartialshipments.final org.jooq.TableField<ItemKitOptions, Long> ItemKitOptions.FROM_TIMEThe columnitemkitoptions.ikopt_fromtime.final org.jooq.TableField<ItemKitOptions, ItemPK> ItemKitOptions.ITEMThe columnitemkitoptions.ikopt_itm_itemid.final org.jooq.TableField<ItemKitOptions, ItemKitOptionPK> ItemKitOptions.ITEM_KIT_OPTIONThe columnitemkitoptions.ikopt_itemkitoptionid.final org.jooq.TableField<ItemKitOptions, Long> ItemKitOptions.THRU_TIMEThe columnitemkitoptions.ikopt_thrutime.Methods in com.echothree.model.jooq.server.tables.item that return types with arguments of type ItemKitOptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ItemKitOptions> ItemKitOptions.getPrimaryKey()ItemKitOptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ItemKitOptions, ?>> ItemKitOptions.getReferences()