001package com.echothree.model.jooq.server.keys.shipment; 002 003import com.echothree.model.jooq.server.records.shipment.FreeOnBoardDescriptions; 004import com.echothree.model.jooq.server.records.shipment.FreeOnBoardDetails; 005import com.echothree.model.jooq.server.records.shipment.FreeOnBoards; 006import com.echothree.model.jooq.server.records.shipment.PartyFreeOnBoards; 007import com.echothree.model.jooq.server.records.shipment.ShipmentAliasTypeDescriptions; 008import com.echothree.model.jooq.server.records.shipment.ShipmentAliasTypeDetails; 009import com.echothree.model.jooq.server.records.shipment.ShipmentAliasTypes; 010import com.echothree.model.jooq.server.records.shipment.ShipmentAliases; 011import com.echothree.model.jooq.server.records.shipment.ShipmentDetails; 012import com.echothree.model.jooq.server.records.shipment.ShipmentLineDetails; 013import com.echothree.model.jooq.server.records.shipment.ShipmentLines; 014import com.echothree.model.jooq.server.records.shipment.ShipmentPackageDetails; 015import com.echothree.model.jooq.server.records.shipment.ShipmentPackageLineDetails; 016import com.echothree.model.jooq.server.records.shipment.ShipmentPackageLines; 017import com.echothree.model.jooq.server.records.shipment.ShipmentPackageStatuses; 018import com.echothree.model.jooq.server.records.shipment.ShipmentPackages; 019import com.echothree.model.jooq.server.records.shipment.ShipmentStatuses; 020import com.echothree.model.jooq.server.records.shipment.ShipmentTimeTypeDescriptions; 021import com.echothree.model.jooq.server.records.shipment.ShipmentTimeTypeDetails; 022import com.echothree.model.jooq.server.records.shipment.ShipmentTimeTypes; 023import com.echothree.model.jooq.server.records.shipment.ShipmentTimes; 024import com.echothree.model.jooq.server.records.shipment.ShipmentTypeDescriptions; 025import com.echothree.model.jooq.server.records.shipment.ShipmentTypeDetails; 026import com.echothree.model.jooq.server.records.shipment.ShipmentTypeShippingMethods; 027import com.echothree.model.jooq.server.records.shipment.ShipmentTypes; 028import com.echothree.model.jooq.server.records.shipment.Shipments; 029 030import org.jooq.TableField; 031import org.jooq.UniqueKey; 032import org.jooq.impl.DSL; 033import org.jooq.impl.Internal; 034 035/** 036 * Key definitions for the ShipmentUnique component. 037 */ 038public interface ShipmentUniqueKeys { 039 public static final UniqueKey<FreeOnBoardDescriptions> FREE_ON_BOARD_DESCRIPTIONS_FREE_ON_BOARD_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDescriptions.FreeOnBoardDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDescriptions.FreeOnBoardDescriptions.FREE_ON_BOARD, com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDescriptions.FreeOnBoardDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDescriptions.FreeOnBoardDescriptions.THRU_TIME }, true); 040 public static final UniqueKey<FreeOnBoardDescriptions> FREE_ON_BOARD_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDescriptions.FreeOnBoardDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDescriptions.FreeOnBoardDescriptions.FREE_ON_BOARD_DESCRIPTION }, true); 041 public static final UniqueKey<FreeOnBoardDetails> FREE_ON_BOARD_DETAILS_FREE_ON_BOARD_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDetails.FreeOnBoardDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDetails.FreeOnBoardDetails.FREE_ON_BOARD, com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDetails.FreeOnBoardDetails.THRU_TIME }, true); 042 public static final UniqueKey<FreeOnBoardDetails> FREE_ON_BOARD_DETAILS_FREE_ON_BOARD_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDetails.FreeOnBoardDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDetails.FreeOnBoardDetails.FREE_ON_BOARD_NAME, com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDetails.FreeOnBoardDetails.THRU_TIME }, true); 043 public static final UniqueKey<FreeOnBoardDetails> FREE_ON_BOARD_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDetails.FreeOnBoardDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.FreeOnBoardDetails.FreeOnBoardDetails.FREE_ON_BOARD_DETAIL }, true); 044 public static final UniqueKey<FreeOnBoards> FREE_ON_BOARDS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.FreeOnBoards.FreeOnBoards, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.FreeOnBoards.FreeOnBoards.ACTIVE_DETAIL }, true); 045 public static final UniqueKey<FreeOnBoards> FREE_ON_BOARDS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.FreeOnBoards.FreeOnBoards, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.FreeOnBoards.FreeOnBoards.LAST_DETAIL }, true); 046 public static final UniqueKey<FreeOnBoards> FREE_ON_BOARDS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.FreeOnBoards.FreeOnBoards, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.FreeOnBoards.FreeOnBoards.FREE_ON_BOARD }, true); 047 public static final UniqueKey<PartyFreeOnBoards> PARTY_FREE_ON_BOARDS_PARTY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.PartyFreeOnBoards.PartyFreeOnBoards, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.PartyFreeOnBoards.PartyFreeOnBoards.PARTY, com.echothree.model.jooq.server.tables.shipment.PartyFreeOnBoards.PartyFreeOnBoards.THRU_TIME }, true); 048 public static final UniqueKey<PartyFreeOnBoards> PARTY_FREE_ON_BOARDS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.PartyFreeOnBoards.PartyFreeOnBoards, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.PartyFreeOnBoards.PartyFreeOnBoards.PARTY_FREE_ON_BOARD }, true); 049 public static final UniqueKey<ShipmentAliases> SHIPMENT_ALIASES_SHIPMENT_ALIAS_TYPE_AND_THRU_TIME_AND_ALIAS_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentAliases.ShipmentAliases, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentAliases.ShipmentAliases.SHIPMENT_ALIAS_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentAliases.ShipmentAliases.THRU_TIME, com.echothree.model.jooq.server.tables.shipment.ShipmentAliases.ShipmentAliases.ALIAS }, true); 050 public static final UniqueKey<ShipmentAliases> SHIPMENT_ALIASES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentAliases.ShipmentAliases, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentAliases.ShipmentAliases.SHIPMENT_ALIAS }, true); 051 public static final UniqueKey<ShipmentAliasTypeDescriptions> SHIPMENT_ALIAS_TYPE_DESCRIPTIONS_SHIPMENT_ALIAS_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDescriptions.ShipmentAliasTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDescriptions.ShipmentAliasTypeDescriptions.SHIPMENT_ALIAS_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDescriptions.ShipmentAliasTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDescriptions.ShipmentAliasTypeDescriptions.THRU_TIME }, true); 052 public static final UniqueKey<ShipmentAliasTypeDescriptions> SHIPMENT_ALIAS_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDescriptions.ShipmentAliasTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDescriptions.ShipmentAliasTypeDescriptions.SHIPMENT_ALIAS_TYPE_DESCRIPTION }, true); 053 public static final UniqueKey<ShipmentAliasTypeDetails> SHIPMENT_ALIAS_TYPE_DETAILS_SHIPMENT_ALIAS_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDetails.ShipmentAliasTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDetails.ShipmentAliasTypeDetails.SHIPMENT_ALIAS_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDetails.ShipmentAliasTypeDetails.THRU_TIME }, true); 054 public static final UniqueKey<ShipmentAliasTypeDetails> SHIPMENT_ALIAS_TYPE_DETAILS_SHIPMENT_TYPE_AND_SHIPMENT_ALIAS_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDetails.ShipmentAliasTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDetails.ShipmentAliasTypeDetails.SHIPMENT_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDetails.ShipmentAliasTypeDetails.SHIPMENT_ALIAS_TYPE_NAME, com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDetails.ShipmentAliasTypeDetails.THRU_TIME }, true); 055 public static final UniqueKey<ShipmentAliasTypeDetails> SHIPMENT_ALIAS_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDetails.ShipmentAliasTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypeDetails.ShipmentAliasTypeDetails.SHIPMENT_ALIAS_TYPE_DETAIL }, true); 056 public static final UniqueKey<ShipmentAliasTypes> SHIPMENT_ALIAS_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypes.ShipmentAliasTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypes.ShipmentAliasTypes.ACTIVE_DETAIL }, true); 057 public static final UniqueKey<ShipmentAliasTypes> SHIPMENT_ALIAS_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypes.ShipmentAliasTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypes.ShipmentAliasTypes.LAST_DETAIL }, true); 058 public static final UniqueKey<ShipmentAliasTypes> SHIPMENT_ALIAS_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypes.ShipmentAliasTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentAliasTypes.ShipmentAliasTypes.SHIPMENT_ALIAS_TYPE }, true); 059 public static final UniqueKey<ShipmentDetails> SHIPMENT_DETAILS_SHIPMENT_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentDetails.ShipmentDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentDetails.ShipmentDetails.SHIPMENT, com.echothree.model.jooq.server.tables.shipment.ShipmentDetails.ShipmentDetails.THRU_TIME }, true); 060 public static final UniqueKey<ShipmentDetails> SHIPMENT_DETAILS_SHIPMENT_TYPE_AND_SHIPMENT_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentDetails.ShipmentDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentDetails.ShipmentDetails.SHIPMENT_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentDetails.ShipmentDetails.SHIPMENT_NAME, com.echothree.model.jooq.server.tables.shipment.ShipmentDetails.ShipmentDetails.THRU_TIME }, true); 061 public static final UniqueKey<ShipmentDetails> SHIPMENT_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentDetails.ShipmentDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentDetails.ShipmentDetails.SHIPMENT_DETAIL }, true); 062 public static final UniqueKey<ShipmentLineDetails> SHIPMENT_LINE_DETAILS_SHIPMENT_LINE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentLineDetails.ShipmentLineDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentLineDetails.ShipmentLineDetails.SHIPMENT_LINE, com.echothree.model.jooq.server.tables.shipment.ShipmentLineDetails.ShipmentLineDetails.THRU_TIME }, true); 063 public static final UniqueKey<ShipmentLineDetails> SHIPMENT_LINE_DETAILS_SHIPMENT_AND_SHIPMENT_LINE_SEQUENCE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentLineDetails.ShipmentLineDetails, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentLineDetails.ShipmentLineDetails.SHIPMENT, com.echothree.model.jooq.server.tables.shipment.ShipmentLineDetails.ShipmentLineDetails.SHIPMENT_LINE_SEQUENCE, com.echothree.model.jooq.server.tables.shipment.ShipmentLineDetails.ShipmentLineDetails.THRU_TIME }, true); 064 public static final UniqueKey<ShipmentLineDetails> SHIPMENT_LINE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentLineDetails.ShipmentLineDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentLineDetails.ShipmentLineDetails.SHIPMENT_LINE_DETAIL }, true); 065 public static final UniqueKey<ShipmentLines> SHIPMENT_LINES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentLines.ShipmentLines, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentLines.ShipmentLines.ACTIVE_DETAIL }, true); 066 public static final UniqueKey<ShipmentLines> SHIPMENT_LINES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentLines.ShipmentLines, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentLines.ShipmentLines.LAST_DETAIL }, true); 067 public static final UniqueKey<ShipmentLines> SHIPMENT_LINES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentLines.ShipmentLines, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentLines.ShipmentLines.SHIPMENT_LINE }, true); 068 public static final UniqueKey<ShipmentPackageDetails> SHIPMENT_PACKAGE_DETAILS_SHIPMENT_PACKAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackageDetails.ShipmentPackageDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackageDetails.ShipmentPackageDetails.SHIPMENT_PACKAGE, com.echothree.model.jooq.server.tables.shipment.ShipmentPackageDetails.ShipmentPackageDetails.THRU_TIME }, true); 069 public static final UniqueKey<ShipmentPackageDetails> SHIPMENT_PACKAGE_DETAILS_SHIPMENT_TYPE_AND_SHIPMENT_PACKAGE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackageDetails.ShipmentPackageDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackageDetails.ShipmentPackageDetails.SHIPMENT_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentPackageDetails.ShipmentPackageDetails.SHIPMENT_PACKAGE_NAME, com.echothree.model.jooq.server.tables.shipment.ShipmentPackageDetails.ShipmentPackageDetails.THRU_TIME }, true); 070 public static final UniqueKey<ShipmentPackageDetails> SHIPMENT_PACKAGE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackageDetails.ShipmentPackageDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackageDetails.ShipmentPackageDetails.SHIPMENT_PACKAGE_DETAIL }, true); 071 public static final UniqueKey<ShipmentPackageLineDetails> SHIPMENT_PACKAGE_LINE_DETAILS_SHIPMENT_PACKAGE_LINE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLineDetails.ShipmentPackageLineDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLineDetails.ShipmentPackageLineDetails.SHIPMENT_PACKAGE_LINE, com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLineDetails.ShipmentPackageLineDetails.THRU_TIME }, true); 072 public static final UniqueKey<ShipmentPackageLineDetails> SHIPMENT_PACKAGE_LINE_DETAILS_SHIPMENT_PACKAGE_AND_SHIPMENT_PACKAGE_LINE_SEQUENCE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLineDetails.ShipmentPackageLineDetails, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLineDetails.ShipmentPackageLineDetails.SHIPMENT_PACKAGE, com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLineDetails.ShipmentPackageLineDetails.SHIPMENT_PACKAGE_LINE_SEQUENCE, com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLineDetails.ShipmentPackageLineDetails.THRU_TIME }, true); 073 public static final UniqueKey<ShipmentPackageLineDetails> SHIPMENT_PACKAGE_LINE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLineDetails.ShipmentPackageLineDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLineDetails.ShipmentPackageLineDetails.SHIPMENT_PACKAGE_LINE_DETAIL }, true); 074 public static final UniqueKey<ShipmentPackageLines> SHIPMENT_PACKAGE_LINES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLines.ShipmentPackageLines, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLines.ShipmentPackageLines.ACTIVE_DETAIL }, true); 075 public static final UniqueKey<ShipmentPackageLines> SHIPMENT_PACKAGE_LINES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLines.ShipmentPackageLines, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLines.ShipmentPackageLines.LAST_DETAIL }, true); 076 public static final UniqueKey<ShipmentPackageLines> SHIPMENT_PACKAGE_LINES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLines.ShipmentPackageLines, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackageLines.ShipmentPackageLines.SHIPMENT_PACKAGE_LINE }, true); 077 public static final UniqueKey<ShipmentPackages> SHIPMENT_PACKAGES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackages.ShipmentPackages, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackages.ShipmentPackages.ACTIVE_DETAIL }, true); 078 public static final UniqueKey<ShipmentPackages> SHIPMENT_PACKAGES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackages.ShipmentPackages, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackages.ShipmentPackages.LAST_DETAIL }, true); 079 public static final UniqueKey<ShipmentPackages> SHIPMENT_PACKAGES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackages.ShipmentPackages, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackages.ShipmentPackages.SHIPMENT_PACKAGE }, true); 080 public static final UniqueKey<ShipmentPackageStatuses> SHIPMENT_PACKAGE_STATUSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackageStatuses.ShipmentPackageStatuses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackageStatuses.ShipmentPackageStatuses.SHIPMENT_PACKAGE_STATUS }, true); 081 public static final UniqueKey<ShipmentPackageStatuses> SHIPMENT_PACKAGE_STATUSES_SHIPMENT_PACKAGE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentPackageStatuses.ShipmentPackageStatuses, DSL.name("shipmentpackageid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentPackageStatuses.ShipmentPackageStatuses.SHIPMENT_PACKAGE }, true); 082 public static final UniqueKey<Shipments> SHIPMENTS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.Shipments.Shipments, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.Shipments.Shipments.ACTIVE_DETAIL }, true); 083 public static final UniqueKey<Shipments> SHIPMENTS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.Shipments.Shipments, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.Shipments.Shipments.LAST_DETAIL }, true); 084 public static final UniqueKey<Shipments> SHIPMENTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.Shipments.Shipments, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.Shipments.Shipments.SHIPMENT }, true); 085 public static final UniqueKey<ShipmentStatuses> SHIPMENT_STATUSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentStatuses.ShipmentStatuses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentStatuses.ShipmentStatuses.SHIPMENT_STATUS }, true); 086 public static final UniqueKey<ShipmentStatuses> SHIPMENT_STATUSES_SHIPMENT_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentStatuses.ShipmentStatuses, DSL.name("shipmentid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentStatuses.ShipmentStatuses.SHIPMENT }, true); 087 public static final UniqueKey<ShipmentTimes> SHIPMENT_TIMES_SHIPMENT_AND_SHIPMENT_TIME_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTimes.ShipmentTimes, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTimes.ShipmentTimes.SHIPMENT, com.echothree.model.jooq.server.tables.shipment.ShipmentTimes.ShipmentTimes.SHIPMENT_TIME_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentTimes.ShipmentTimes.THRU_TIME }, true); 088 public static final UniqueKey<ShipmentTimes> SHIPMENT_TIMES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTimes.ShipmentTimes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTimes.ShipmentTimes.SHIPMENT_TIME }, true); 089 public static final UniqueKey<ShipmentTimeTypeDescriptions> SHIPMENT_TIME_TYPE_DESCRIPTIONS_SHIPMENT_TIME_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDescriptions.ShipmentTimeTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDescriptions.ShipmentTimeTypeDescriptions.SHIPMENT_TIME_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDescriptions.ShipmentTimeTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDescriptions.ShipmentTimeTypeDescriptions.THRU_TIME }, true); 090 public static final UniqueKey<ShipmentTimeTypeDescriptions> SHIPMENT_TIME_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDescriptions.ShipmentTimeTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDescriptions.ShipmentTimeTypeDescriptions.SHIPMENT_TIME_TYPE_DESCRIPTION }, true); 091 public static final UniqueKey<ShipmentTimeTypeDetails> SHIPMENT_TIME_TYPE_DETAILS_SHIPMENT_TIME_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDetails.ShipmentTimeTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDetails.ShipmentTimeTypeDetails.SHIPMENT_TIME_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDetails.ShipmentTimeTypeDetails.THRU_TIME }, true); 092 public static final UniqueKey<ShipmentTimeTypeDetails> SHIPMENT_TIME_TYPE_DETAILS_SHIPMENT_TYPE_AND_SHIPMENT_TIME_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDetails.ShipmentTimeTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDetails.ShipmentTimeTypeDetails.SHIPMENT_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDetails.ShipmentTimeTypeDetails.SHIPMENT_TIME_TYPE_NAME, com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDetails.ShipmentTimeTypeDetails.THRU_TIME }, true); 093 public static final UniqueKey<ShipmentTimeTypeDetails> SHIPMENT_TIME_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDetails.ShipmentTimeTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypeDetails.ShipmentTimeTypeDetails.SHIPMENT_TIME_TYPE_DETAIL }, true); 094 public static final UniqueKey<ShipmentTimeTypes> SHIPMENT_TIME_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypes.ShipmentTimeTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypes.ShipmentTimeTypes.ACTIVE_DETAIL }, true); 095 public static final UniqueKey<ShipmentTimeTypes> SHIPMENT_TIME_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypes.ShipmentTimeTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypes.ShipmentTimeTypes.LAST_DETAIL }, true); 096 public static final UniqueKey<ShipmentTimeTypes> SHIPMENT_TIME_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypes.ShipmentTimeTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTimeTypes.ShipmentTimeTypes.SHIPMENT_TIME_TYPE }, true); 097 public static final UniqueKey<ShipmentTypeDescriptions> SHIPMENT_TYPE_DESCRIPTIONS_SHIPMENT_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDescriptions.ShipmentTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDescriptions.ShipmentTypeDescriptions.SHIPMENT_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDescriptions.ShipmentTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDescriptions.ShipmentTypeDescriptions.THRU_TIME }, true); 098 public static final UniqueKey<ShipmentTypeDescriptions> SHIPMENT_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDescriptions.ShipmentTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDescriptions.ShipmentTypeDescriptions.SHIPMENT_TYPE_DESCRIPTION }, true); 099 public static final UniqueKey<ShipmentTypeDetails> SHIPMENT_TYPE_DETAILS_SHIPMENT_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDetails.ShipmentTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDetails.ShipmentTypeDetails.SHIPMENT_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDetails.ShipmentTypeDetails.THRU_TIME }, true); 100 public static final UniqueKey<ShipmentTypeDetails> SHIPMENT_TYPE_DETAILS_SHIPMENT_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDetails.ShipmentTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDetails.ShipmentTypeDetails.SHIPMENT_TYPE_NAME, com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDetails.ShipmentTypeDetails.THRU_TIME }, true); 101 public static final UniqueKey<ShipmentTypeDetails> SHIPMENT_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDetails.ShipmentTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTypeDetails.ShipmentTypeDetails.SHIPMENT_TYPE_DETAIL }, true); 102 public static final UniqueKey<ShipmentTypes> SHIPMENT_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTypes.ShipmentTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTypes.ShipmentTypes.ACTIVE_DETAIL }, true); 103 public static final UniqueKey<ShipmentTypes> SHIPMENT_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTypes.ShipmentTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTypes.ShipmentTypes.LAST_DETAIL }, true); 104 public static final UniqueKey<ShipmentTypes> SHIPMENT_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTypes.ShipmentTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTypes.ShipmentTypes.SHIPMENT_TYPE }, true); 105 public static final UniqueKey<ShipmentTypeShippingMethods> SHIPMENT_TYPE_SHIPPING_METHODS_SHIPMENT_TYPE_AND_SHIPPING_METHOD_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTypeShippingMethods.ShipmentTypeShippingMethods, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTypeShippingMethods.ShipmentTypeShippingMethods.SHIPMENT_TYPE, com.echothree.model.jooq.server.tables.shipment.ShipmentTypeShippingMethods.ShipmentTypeShippingMethods.SHIPPING_METHOD, com.echothree.model.jooq.server.tables.shipment.ShipmentTypeShippingMethods.ShipmentTypeShippingMethods.THRU_TIME }, true); 106 public static final UniqueKey<ShipmentTypeShippingMethods> SHIPMENT_TYPE_SHIPPING_METHODS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.shipment.ShipmentTypeShippingMethods.ShipmentTypeShippingMethods, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.shipment.ShipmentTypeShippingMethods.ShipmentTypeShippingMethods.SHIPMENT_TYPE_SHIPPING_METHOD }, true); 107}