Uses of Class
com.echothree.model.jooq.server.records.shipment.ShipmentDetails
Packages that use ShipmentDetails
Package
Description
-
Uses of ShipmentDetails in com.echothree.model.jooq.server.keys.shipment
Fields in com.echothree.model.jooq.server.keys.shipment with type parameters of type ShipmentDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ShipmentDetails, PartyContactMechanisms> ShipmentForeignKeys.SHIPMENT_DETAILS_DESTINATION_PARTY_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<ShipmentDetails, Parties> ShipmentForeignKeys.SHIPMENT_DETAILS_DESTINATION_PARTY_FKstatic final org.jooq.ForeignKey<ShipmentDetails, Parties> ShipmentForeignKeys.SHIPMENT_DETAILS_DESTINATION_WAREHOUSE_PARTY_FKstatic final org.jooq.ForeignKey<ShipmentDetails, PartyContactMechanisms> ShipmentForeignKeys.SHIPMENT_DETAILS_ORIGIN_PARTY_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<ShipmentDetails, Parties> ShipmentForeignKeys.SHIPMENT_DETAILS_ORIGIN_PARTY_FKstatic final org.jooq.ForeignKey<ShipmentDetails, Parties> ShipmentForeignKeys.SHIPMENT_DETAILS_ORIGIN_WAREHOUSE_PARTY_FKstatic final org.jooq.UniqueKey<ShipmentDetails> ShipmentUniqueKeys.SHIPMENT_DETAILS_PKstatic final org.jooq.UniqueKey<ShipmentDetails> ShipmentUniqueKeys.SHIPMENT_DETAILS_SHIPMENT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ShipmentDetails, Shipments> ShipmentForeignKeys.SHIPMENT_DETAILS_SHIPMENT_FKstatic final org.jooq.UniqueKey<ShipmentDetails> ShipmentUniqueKeys.SHIPMENT_DETAILS_SHIPMENT_TYPE_AND_SHIPMENT_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ShipmentDetails, ShipmentTypes> ShipmentForeignKeys.SHIPMENT_DETAILS_SHIPMENT_TYPE_FKstatic final org.jooq.ForeignKey<ShipmentDetails, ShippingMethods> ShipmentForeignKeys.SHIPMENT_DETAILS_SHIPPING_METHOD_FKstatic final org.jooq.ForeignKey<Shipments, ShipmentDetails> ShipmentForeignKeys.SHIPMENTS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<Shipments, ShipmentDetails> ShipmentForeignKeys.SHIPMENTS_LAST_DETAIL_FK -
Uses of ShipmentDetails in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ShipmentDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShipmentDetails, PartyPK> ShipmentDetails.DESTINATION_PARTYThe columnshipmentdetails.shpdt_destinationpartyid.final org.jooq.TableField<ShipmentDetails, PartyContactMechanismPK> ShipmentDetails.DESTINATION_PARTY_CONTACT_MECHANISMThe columnshipmentdetails.shpdt_destinationpartycontactmechanismid.final org.jooq.TableField<ShipmentDetails, PartyPK> ShipmentDetails.DESTINATION_WAREHOUSE_PARTYThe columnshipmentdetails.shpdt_destinationwarehousepartyid.final org.jooq.TableField<ShipmentDetails, Long> ShipmentDetails.FROM_TIMEThe columnshipmentdetails.shpdt_fromtime.final org.jooq.TableField<ShipmentDetails, PartyPK> ShipmentDetails.ORIGIN_PARTYThe columnshipmentdetails.shpdt_originpartyid.final org.jooq.TableField<ShipmentDetails, PartyContactMechanismPK> ShipmentDetails.ORIGIN_PARTY_CONTACT_MECHANISMThe columnshipmentdetails.shpdt_originpartycontactmechanismid.final org.jooq.TableField<ShipmentDetails, PartyPK> ShipmentDetails.ORIGIN_WAREHOUSE_PARTYThe columnshipmentdetails.shpdt_originwarehousepartyid.final org.jooq.TableField<ShipmentDetails, ShipmentPK> ShipmentDetails.SHIPMENTThe columnshipmentdetails.shpdt_shp_shipmentid.final org.jooq.TableField<ShipmentDetails, ShipmentDetailPK> ShipmentDetails.SHIPMENT_DETAILThe columnshipmentdetails.shpdt_shipmentdetailid.final org.jooq.TableField<ShipmentDetails, String> ShipmentDetails.SHIPMENT_NAMEThe columnshipmentdetails.shpdt_shipmentname.final org.jooq.TableField<ShipmentDetails, ShipmentTypePK> ShipmentDetails.SHIPMENT_TYPEThe columnshipmentdetails.shpdt_shptyp_shipmenttypeid.final org.jooq.TableField<ShipmentDetails, ShippingMethodPK> ShipmentDetails.SHIPPING_METHODThe columnshipmentdetails.shpdt_shm_shippingmethodid.final org.jooq.TableField<ShipmentDetails, Long> ShipmentDetails.THRU_TIMEThe columnshipmentdetails.shpdt_thrutime.Methods in com.echothree.model.jooq.server.tables.shipment that return types with arguments of type ShipmentDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ShipmentDetails> ShipmentDetails.getPrimaryKey()ShipmentDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ShipmentDetails, ?>> ShipmentDetails.getReferences()List<org.jooq.UniqueKey<ShipmentDetails>> ShipmentDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.shipment with type arguments of type ShipmentDetailsModifierConstructorDescriptionShipmentDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentDetails> childPath, org.jooq.InverseForeignKey<O, ShipmentDetails> parentPath) ShipmentDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentDetails> childPath, org.jooq.InverseForeignKey<O, ShipmentDetails> parentPath) ShipmentDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentDetails> childPath, org.jooq.InverseForeignKey<O, ShipmentDetails> parentPath) ShipmentDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShipmentDetails> childPath, org.jooq.InverseForeignKey<O, ShipmentDetails> parentPath)