Uses of Class
com.echothree.model.jooq.server.records.shipment.FreeOnBoards
Packages that use FreeOnBoards
Package
Description
-
Uses of FreeOnBoards in com.echothree.model.jooq.server.keys.customer
Fields in com.echothree.model.jooq.server.keys.customer with type parameters of type FreeOnBoardsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CustomerTypeDetails, FreeOnBoards> CustomerForeignKeys.CUSTOMER_TYPE_DETAILS_DEFAULT_FREE_ON_BOARD_FK -
Uses of FreeOnBoards in com.echothree.model.jooq.server.keys.invoice
Fields in com.echothree.model.jooq.server.keys.invoice with type parameters of type FreeOnBoardsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<InvoiceDetails, FreeOnBoards> InvoiceForeignKeys.INVOICE_DETAILS_FREE_ON_BOARD_FK -
Uses of FreeOnBoards in com.echothree.model.jooq.server.keys.order
Fields in com.echothree.model.jooq.server.keys.order with type parameters of type FreeOnBoardsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<OrderDetails, FreeOnBoards> OrderForeignKeys.ORDER_DETAILS_FREE_ON_BOARD_FK -
Uses of FreeOnBoards in com.echothree.model.jooq.server.keys.shipment
Fields in com.echothree.model.jooq.server.keys.shipment with type parameters of type FreeOnBoardsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<FreeOnBoardDescriptions, FreeOnBoards> ShipmentForeignKeys.FREE_ON_BOARD_DESCRIPTIONS_FREE_ON_BOARD_FKstatic final org.jooq.ForeignKey<FreeOnBoardDetails, FreeOnBoards> ShipmentForeignKeys.FREE_ON_BOARD_DETAILS_FREE_ON_BOARD_FKstatic final org.jooq.ForeignKey<FreeOnBoards, FreeOnBoardDetails> ShipmentForeignKeys.FREE_ON_BOARDS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<FreeOnBoards> ShipmentUniqueKeys.FREE_ON_BOARDS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<FreeOnBoards, FreeOnBoardDetails> ShipmentForeignKeys.FREE_ON_BOARDS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<FreeOnBoards> ShipmentUniqueKeys.FREE_ON_BOARDS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<FreeOnBoards> ShipmentUniqueKeys.FREE_ON_BOARDS_PKstatic final org.jooq.ForeignKey<PartyFreeOnBoards, FreeOnBoards> ShipmentForeignKeys.PARTY_FREE_ON_BOARDS_FREE_ON_BOARD_FK -
Uses of FreeOnBoards in com.echothree.model.jooq.server.keys.vendor
Fields in com.echothree.model.jooq.server.keys.vendor with type parameters of type FreeOnBoardsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<VendorTypeDetails, FreeOnBoards> VendorForeignKeys.VENDOR_TYPE_DETAILS_DEFAULT_FREE_ON_BOARD_FK -
Uses of FreeOnBoards in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type FreeOnBoardsModifier and TypeFieldDescriptionfinal org.jooq.TableField<FreeOnBoards, FreeOnBoardDetailPK> FreeOnBoards.ACTIVE_DETAILThe columnfreeonboards.fob_activedetailid.final org.jooq.TableField<FreeOnBoards, FreeOnBoardPK> FreeOnBoards.FREE_ON_BOARDThe columnfreeonboards.fob_freeonboardid.final org.jooq.TableField<FreeOnBoards, FreeOnBoardDetailPK> FreeOnBoards.LAST_DETAILThe columnfreeonboards.fob_lastdetailid.Methods in com.echothree.model.jooq.server.tables.shipment that return types with arguments of type FreeOnBoardsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<FreeOnBoards> FreeOnBoards.getPrimaryKey()FreeOnBoards.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<FreeOnBoards, ?>> FreeOnBoards.getReferences()List<org.jooq.UniqueKey<FreeOnBoards>> FreeOnBoards.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.shipment with type arguments of type FreeOnBoardsModifierConstructorDescriptionFreeOnBoards(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FreeOnBoards> childPath, org.jooq.InverseForeignKey<O, FreeOnBoards> parentPath) FreeOnBoards(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FreeOnBoards> childPath, org.jooq.InverseForeignKey<O, FreeOnBoards> parentPath) FreeOnBoardsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FreeOnBoards> childPath, org.jooq.InverseForeignKey<O, FreeOnBoards> parentPath) FreeOnBoardsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FreeOnBoards> childPath, org.jooq.InverseForeignKey<O, FreeOnBoards> parentPath)