Uses of Class
com.echothree.model.jooq.server.records.shipment.ShipmentPackageLines
Packages that use ShipmentPackageLines
Package
Description
-
Uses of ShipmentPackageLines in com.echothree.model.jooq.server.keys.shipment
Fields in com.echothree.model.jooq.server.keys.shipment with type parameters of type ShipmentPackageLinesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ShipmentPackageLineDetails, ShipmentPackageLines> ShipmentForeignKeys.SHIPMENT_PACKAGE_LINE_DETAILS_SHIPMENT_PACKAGE_LINE_FKstatic final org.jooq.ForeignKey<ShipmentPackageLines, ShipmentPackageLineDetails> ShipmentForeignKeys.SHIPMENT_PACKAGE_LINES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ShipmentPackageLines> ShipmentUniqueKeys.SHIPMENT_PACKAGE_LINES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ShipmentPackageLines, ShipmentPackageLineDetails> ShipmentForeignKeys.SHIPMENT_PACKAGE_LINES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ShipmentPackageLines> ShipmentUniqueKeys.SHIPMENT_PACKAGE_LINES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ShipmentPackageLines> ShipmentUniqueKeys.SHIPMENT_PACKAGE_LINES_PK -
Uses of ShipmentPackageLines in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ShipmentPackageLinesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShipmentPackageLines, ShipmentPackageLineDetailPK> ShipmentPackageLines.ACTIVE_DETAILThe columnshipmentpackagelines.shppckgl_activedetailid.final org.jooq.TableField<ShipmentPackageLines, ShipmentPackageLineDetailPK> ShipmentPackageLines.LAST_DETAILThe columnshipmentpackagelines.shppckgl_lastdetailid.final org.jooq.TableField<ShipmentPackageLines, ShipmentPackageLinePK> ShipmentPackageLines.SHIPMENT_PACKAGE_LINEThe columnshipmentpackagelines.shppckgl_shipmentpackagelineid.Methods in com.echothree.model.jooq.server.tables.shipment that return types with arguments of type ShipmentPackageLinesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ShipmentPackageLines> ShipmentPackageLines.getPrimaryKey()ShipmentPackageLines.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ShipmentPackageLines, ?>> ShipmentPackageLines.getReferences()List<org.jooq.UniqueKey<ShipmentPackageLines>> ShipmentPackageLines.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.shipment with type arguments of type ShipmentPackageLinesModifierConstructorDescriptionShipmentPackageLines(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentPackageLines> childPath, org.jooq.InverseForeignKey<O, ShipmentPackageLines> parentPath) ShipmentPackageLines(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentPackageLines> childPath, org.jooq.InverseForeignKey<O, ShipmentPackageLines> parentPath) ShipmentPackageLinesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentPackageLines> childPath, org.jooq.InverseForeignKey<O, ShipmentPackageLines> parentPath) ShipmentPackageLinesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentPackageLines> childPath, org.jooq.InverseForeignKey<O, ShipmentPackageLines> parentPath)