Uses of Class
com.echothree.model.jooq.server.records.shipment.FreeOnBoardDetails
Packages that use FreeOnBoardDetails
Package
Description
-
Uses of FreeOnBoardDetails in com.echothree.model.jooq.server.keys.shipment
Fields in com.echothree.model.jooq.server.keys.shipment with type parameters of type FreeOnBoardDetailsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<FreeOnBoardDetails> ShipmentUniqueKeys.FREE_ON_BOARD_DETAILS_FREE_ON_BOARD_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<FreeOnBoardDetails, FreeOnBoards> ShipmentForeignKeys.FREE_ON_BOARD_DETAILS_FREE_ON_BOARD_FKstatic final org.jooq.UniqueKey<FreeOnBoardDetails> ShipmentUniqueKeys.FREE_ON_BOARD_DETAILS_FREE_ON_BOARD_NAME_AND_THRU_TIME_UKstatic final org.jooq.UniqueKey<FreeOnBoardDetails> ShipmentUniqueKeys.FREE_ON_BOARD_DETAILS_PKstatic final org.jooq.ForeignKey<FreeOnBoards, FreeOnBoardDetails> ShipmentForeignKeys.FREE_ON_BOARDS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<FreeOnBoards, FreeOnBoardDetails> ShipmentForeignKeys.FREE_ON_BOARDS_LAST_DETAIL_FK -
Uses of FreeOnBoardDetails in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type FreeOnBoardDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<FreeOnBoardDetails, FreeOnBoardPK> FreeOnBoardDetails.FREE_ON_BOARDThe columnfreeonboarddetails.fobdt_fob_freeonboardid.final org.jooq.TableField<FreeOnBoardDetails, FreeOnBoardDetailPK> FreeOnBoardDetails.FREE_ON_BOARD_DETAILThe columnfreeonboarddetails.fobdt_freeonboarddetailid.final org.jooq.TableField<FreeOnBoardDetails, String> FreeOnBoardDetails.FREE_ON_BOARD_NAMEThe columnfreeonboarddetails.fobdt_freeonboardname.final org.jooq.TableField<FreeOnBoardDetails, Long> FreeOnBoardDetails.FROM_TIMEThe columnfreeonboarddetails.fobdt_fromtime.final org.jooq.TableField<FreeOnBoardDetails, Boolean> FreeOnBoardDetails.IS_DEFAULTThe columnfreeonboarddetails.fobdt_isdefault.final org.jooq.TableField<FreeOnBoardDetails, Integer> FreeOnBoardDetails.SORT_ORDERThe columnfreeonboarddetails.fobdt_sortorder.final org.jooq.TableField<FreeOnBoardDetails, Long> FreeOnBoardDetails.THRU_TIMEThe columnfreeonboarddetails.fobdt_thrutime.Methods in com.echothree.model.jooq.server.tables.shipment that return types with arguments of type FreeOnBoardDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<FreeOnBoardDetails> FreeOnBoardDetails.getPrimaryKey()FreeOnBoardDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<FreeOnBoardDetails, ?>> FreeOnBoardDetails.getReferences()List<org.jooq.UniqueKey<FreeOnBoardDetails>> FreeOnBoardDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.shipment with type arguments of type FreeOnBoardDetailsModifierConstructorDescriptionFreeOnBoardDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FreeOnBoardDetails> childPath, org.jooq.InverseForeignKey<O, FreeOnBoardDetails> parentPath) FreeOnBoardDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FreeOnBoardDetails> childPath, org.jooq.InverseForeignKey<O, FreeOnBoardDetails> parentPath) FreeOnBoardDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FreeOnBoardDetails> childPath, org.jooq.InverseForeignKey<O, FreeOnBoardDetails> parentPath) FreeOnBoardDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FreeOnBoardDetails> childPath, org.jooq.InverseForeignKey<O, FreeOnBoardDetails> parentPath)