Uses of Class
com.echothree.model.jooq.server.records.shipment.FreeOnBoardDescriptions
Packages that use FreeOnBoardDescriptions
Package
Description
-
Uses of FreeOnBoardDescriptions in com.echothree.model.jooq.server.keys.shipment
Fields in com.echothree.model.jooq.server.keys.shipment with type parameters of type FreeOnBoardDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<FreeOnBoardDescriptions> ShipmentUniqueKeys.FREE_ON_BOARD_DESCRIPTIONS_FREE_ON_BOARD_AND_LANGUAGE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<FreeOnBoardDescriptions, FreeOnBoards> ShipmentForeignKeys.FREE_ON_BOARD_DESCRIPTIONS_FREE_ON_BOARD_FKstatic final org.jooq.ForeignKey<FreeOnBoardDescriptions, Languages> ShipmentForeignKeys.FREE_ON_BOARD_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<FreeOnBoardDescriptions> ShipmentUniqueKeys.FREE_ON_BOARD_DESCRIPTIONS_PK -
Uses of FreeOnBoardDescriptions in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type FreeOnBoardDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<FreeOnBoardDescriptions, String> FreeOnBoardDescriptions.DESCRIPTIONThe columnfreeonboarddescriptions.fobd_description.final org.jooq.TableField<FreeOnBoardDescriptions, FreeOnBoardPK> FreeOnBoardDescriptions.FREE_ON_BOARDThe columnfreeonboarddescriptions.fobd_fob_freeonboardid.final org.jooq.TableField<FreeOnBoardDescriptions, FreeOnBoardDescriptionPK> FreeOnBoardDescriptions.FREE_ON_BOARD_DESCRIPTIONThe columnfreeonboarddescriptions.fobd_freeonboarddescriptionid.final org.jooq.TableField<FreeOnBoardDescriptions, Long> FreeOnBoardDescriptions.FROM_TIMEThe columnfreeonboarddescriptions.fobd_fromtime.final org.jooq.TableField<FreeOnBoardDescriptions, LanguagePK> FreeOnBoardDescriptions.LANGUAGEThe columnfreeonboarddescriptions.fobd_lang_languageid.final org.jooq.TableField<FreeOnBoardDescriptions, Long> FreeOnBoardDescriptions.THRU_TIMEThe columnfreeonboarddescriptions.fobd_thrutime.Methods in com.echothree.model.jooq.server.tables.shipment that return types with arguments of type FreeOnBoardDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<FreeOnBoardDescriptions> FreeOnBoardDescriptions.getPrimaryKey()FreeOnBoardDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<FreeOnBoardDescriptions, ?>> FreeOnBoardDescriptions.getReferences()List<org.jooq.UniqueKey<FreeOnBoardDescriptions>> FreeOnBoardDescriptions.getUniqueKeys()