Uses of Class
com.echothree.model.jooq.server.records.warehouse.LocationCapacities
Packages that use LocationCapacities
Package
Description
-
Uses of LocationCapacities in com.echothree.model.jooq.server.keys.warehouse
Fields in com.echothree.model.jooq.server.keys.warehouse with type parameters of type LocationCapacitiesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<LocationCapacities> WarehouseUniqueKeys.LOCATION_CAPACITIES_LOCATION_AND_UNIT_OF_MEASURE_TYPE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<LocationCapacities, Locations> WarehouseForeignKeys.LOCATION_CAPACITIES_LOCATION_FKstatic final org.jooq.UniqueKey<LocationCapacities> WarehouseUniqueKeys.LOCATION_CAPACITIES_PKstatic final org.jooq.ForeignKey<LocationCapacities, UnitOfMeasureTypes> WarehouseForeignKeys.LOCATION_CAPACITIES_UNIT_OF_MEASURE_TYPE_FK -
Uses of LocationCapacities in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type LocationCapacitiesModifier and TypeFieldDescriptionfinal org.jooq.TableField<LocationCapacities, Long> LocationCapacities.CAPACITYThe columnlocationcapacities.loccap_capacity.final org.jooq.TableField<LocationCapacities, Long> LocationCapacities.FROM_TIMEThe columnlocationcapacities.loccap_fromtime.final org.jooq.TableField<LocationCapacities, LocationPK> LocationCapacities.LOCATIONThe columnlocationcapacities.loccap_loc_locationid.final org.jooq.TableField<LocationCapacities, LocationCapacityPK> LocationCapacities.LOCATION_CAPACITYThe columnlocationcapacities.loccap_locationcapacityid.final org.jooq.TableField<LocationCapacities, Long> LocationCapacities.THRU_TIMEThe columnlocationcapacities.loccap_thrutime.final org.jooq.TableField<LocationCapacities, UnitOfMeasureTypePK> LocationCapacities.UNIT_OF_MEASURE_TYPEThe columnlocationcapacities.loccap_uomt_unitofmeasuretypeid.Methods in com.echothree.model.jooq.server.tables.warehouse that return types with arguments of type LocationCapacitiesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LocationCapacities> LocationCapacities.getPrimaryKey()LocationCapacities.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<LocationCapacities, ?>> LocationCapacities.getReferences()List<org.jooq.UniqueKey<LocationCapacities>> LocationCapacities.getUniqueKeys()