Uses of Class
com.echothree.model.jooq.server.records.shipment.ShipmentLines
Packages that use ShipmentLines
Package
Description
-
Uses of ShipmentLines in com.echothree.model.jooq.server.keys.shipment
Fields in com.echothree.model.jooq.server.keys.shipment with type parameters of type ShipmentLinesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ShipmentLineDetails, ShipmentLines> ShipmentForeignKeys.SHIPMENT_LINE_DETAILS_PARENT_SHIPMENT_LINE_FKstatic final org.jooq.ForeignKey<ShipmentLineDetails, ShipmentLines> ShipmentForeignKeys.SHIPMENT_LINE_DETAILS_SHIPMENT_LINE_FKstatic final org.jooq.ForeignKey<ShipmentLines, ShipmentLineDetails> ShipmentForeignKeys.SHIPMENT_LINES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ShipmentLines> ShipmentUniqueKeys.SHIPMENT_LINES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ShipmentLines, ShipmentLineDetails> ShipmentForeignKeys.SHIPMENT_LINES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ShipmentLines> ShipmentUniqueKeys.SHIPMENT_LINES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ShipmentLines> ShipmentUniqueKeys.SHIPMENT_LINES_PKstatic final org.jooq.ForeignKey<ShipmentPackageLineDetails, ShipmentLines> ShipmentForeignKeys.SHIPMENT_PACKAGE_LINE_DETAILS_SHIPMENT_LINE_FK -
Uses of ShipmentLines in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ShipmentLinesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShipmentLines, ShipmentLineDetailPK> ShipmentLines.ACTIVE_DETAILThe columnshipmentlines.shpl_activedetailid.final org.jooq.TableField<ShipmentLines, ShipmentLineDetailPK> ShipmentLines.LAST_DETAILThe columnshipmentlines.shpl_lastdetailid.final org.jooq.TableField<ShipmentLines, ShipmentLinePK> ShipmentLines.SHIPMENT_LINEThe columnshipmentlines.shpl_shipmentlineid.Methods in com.echothree.model.jooq.server.tables.shipment that return types with arguments of type ShipmentLinesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ShipmentLines> ShipmentLines.getPrimaryKey()ShipmentLines.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ShipmentLines, ?>> ShipmentLines.getReferences()List<org.jooq.UniqueKey<ShipmentLines>> ShipmentLines.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.shipment with type arguments of type ShipmentLinesModifierConstructorDescriptionShipmentLines(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentLines> childPath, org.jooq.InverseForeignKey<O, ShipmentLines> parentPath) ShipmentLines(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentLines> childPath, org.jooq.InverseForeignKey<O, ShipmentLines> parentPath) ShipmentLinesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentLines> childPath, org.jooq.InverseForeignKey<O, ShipmentLines> parentPath) ShipmentLinesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentLines> childPath, org.jooq.InverseForeignKey<O, ShipmentLines> parentPath)