Uses of Class
com.echothree.model.jooq.server.records.shipment.PartyFreeOnBoards
Packages that use PartyFreeOnBoards
Package
Description
-
Uses of PartyFreeOnBoards in com.echothree.model.jooq.server.keys.shipment
Fields in com.echothree.model.jooq.server.keys.shipment with type parameters of type PartyFreeOnBoardsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyFreeOnBoards, FreeOnBoards> ShipmentForeignKeys.PARTY_FREE_ON_BOARDS_FREE_ON_BOARD_FKstatic final org.jooq.UniqueKey<PartyFreeOnBoards> ShipmentUniqueKeys.PARTY_FREE_ON_BOARDS_PARTY_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyFreeOnBoards, Parties> ShipmentForeignKeys.PARTY_FREE_ON_BOARDS_PARTY_FKstatic final org.jooq.UniqueKey<PartyFreeOnBoards> ShipmentUniqueKeys.PARTY_FREE_ON_BOARDS_PK -
Uses of PartyFreeOnBoards in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type PartyFreeOnBoardsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyFreeOnBoards, FreeOnBoardPK> PartyFreeOnBoards.FREE_ON_BOARDThe columnpartyfreeonboards.pfob_fob_freeonboardid.final org.jooq.TableField<PartyFreeOnBoards, Long> PartyFreeOnBoards.FROM_TIMEThe columnpartyfreeonboards.pfob_fromtime.final org.jooq.TableField<PartyFreeOnBoards, PartyPK> PartyFreeOnBoards.PARTYThe columnpartyfreeonboards.pfob_par_partyid.final org.jooq.TableField<PartyFreeOnBoards, PartyFreeOnBoardPK> PartyFreeOnBoards.PARTY_FREE_ON_BOARDThe columnpartyfreeonboards.pfob_partyfreeonboardid.final org.jooq.TableField<PartyFreeOnBoards, Long> PartyFreeOnBoards.THRU_TIMEThe columnpartyfreeonboards.pfob_thrutime.Methods in com.echothree.model.jooq.server.tables.shipment that return types with arguments of type PartyFreeOnBoardsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyFreeOnBoards> PartyFreeOnBoards.getPrimaryKey()PartyFreeOnBoards.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyFreeOnBoards, ?>> PartyFreeOnBoards.getReferences()List<org.jooq.UniqueKey<PartyFreeOnBoards>> PartyFreeOnBoards.getUniqueKeys()