Uses of Class
com.echothree.model.jooq.server.records.warehouse.LocationVolumes
Packages that use LocationVolumes
Package
Description
-
Uses of LocationVolumes in com.echothree.model.jooq.server.keys.warehouse
Fields in com.echothree.model.jooq.server.keys.warehouse with type parameters of type LocationVolumesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<LocationVolumes> WarehouseUniqueKeys.LOCATION_VOLUMES_LOCATION_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<LocationVolumes, Locations> WarehouseForeignKeys.LOCATION_VOLUMES_LOCATION_FKstatic final org.jooq.UniqueKey<LocationVolumes> WarehouseUniqueKeys.LOCATION_VOLUMES_PK -
Uses of LocationVolumes in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type LocationVolumesModifier and TypeFieldDescriptionfinal org.jooq.TableField<LocationVolumes, Long> LocationVolumes.DEPTHThe columnlocationvolumes.locvol_depth.final org.jooq.TableField<LocationVolumes, Long> LocationVolumes.FROM_TIMEThe columnlocationvolumes.locvol_fromtime.final org.jooq.TableField<LocationVolumes, Long> LocationVolumes.HEIGHTThe columnlocationvolumes.locvol_height.final org.jooq.TableField<LocationVolumes, LocationPK> LocationVolumes.LOCATIONThe columnlocationvolumes.locvol_loc_locationid.final org.jooq.TableField<LocationVolumes, LocationVolumePK> LocationVolumes.LOCATION_VOLUMEThe columnlocationvolumes.locvol_locationvolumeid.final org.jooq.TableField<LocationVolumes, Long> LocationVolumes.THRU_TIMEThe columnlocationvolumes.locvol_thrutime.final org.jooq.TableField<LocationVolumes, Long> LocationVolumes.WIDTHThe columnlocationvolumes.locvol_width.Methods in com.echothree.model.jooq.server.tables.warehouse that return types with arguments of type LocationVolumesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LocationVolumes> LocationVolumes.getPrimaryKey()LocationVolumes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<LocationVolumes, ?>> LocationVolumes.getReferences()List<org.jooq.UniqueKey<LocationVolumes>> LocationVolumes.getUniqueKeys()