Uses of Class
com.echothree.model.jooq.server.records.tax.ItemTaxClassificationDetails
Packages that use ItemTaxClassificationDetails
Package
Description
-
Uses of ItemTaxClassificationDetails in com.echothree.model.jooq.server.keys.tax
Fields in com.echothree.model.jooq.server.keys.tax with type parameters of type ItemTaxClassificationDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ItemTaxClassificationDetails, GeoCodes> TaxForeignKeys.ITEM_TAX_CLASSIFICATION_DETAILS_COUNTRY_GEO_CODE_FKstatic final org.jooq.UniqueKey<ItemTaxClassificationDetails> static final org.jooq.ForeignKey<ItemTaxClassificationDetails, Items> TaxForeignKeys.ITEM_TAX_CLASSIFICATION_DETAILS_ITEM_FKstatic final org.jooq.UniqueKey<ItemTaxClassificationDetails> static final org.jooq.ForeignKey<ItemTaxClassificationDetails, ItemTaxClassifications> TaxForeignKeys.ITEM_TAX_CLASSIFICATION_DETAILS_ITEM_TAX_CLASSIFICATION_FKstatic final org.jooq.UniqueKey<ItemTaxClassificationDetails> TaxUniqueKeys.ITEM_TAX_CLASSIFICATION_DETAILS_PKstatic final org.jooq.ForeignKey<ItemTaxClassificationDetails, TaxClassifications> TaxForeignKeys.ITEM_TAX_CLASSIFICATION_DETAILS_TAX_CLASSIFICATION_FKstatic final org.jooq.ForeignKey<ItemTaxClassifications, ItemTaxClassificationDetails> TaxForeignKeys.ITEM_TAX_CLASSIFICATIONS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<ItemTaxClassifications, ItemTaxClassificationDetails> TaxForeignKeys.ITEM_TAX_CLASSIFICATIONS_LAST_DETAIL_FK -
Uses of ItemTaxClassificationDetails in com.echothree.model.jooq.server.tables.tax
Fields in com.echothree.model.jooq.server.tables.tax with type parameters of type ItemTaxClassificationDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemTaxClassificationDetails, GeoCodePK> ItemTaxClassificationDetails.COUNTRY_GEO_CODEThe columnitemtaxclassificationdetails.itmtxclsfndt_countrygeocodeid.final org.jooq.TableField<ItemTaxClassificationDetails, Long> ItemTaxClassificationDetails.FROM_TIMEThe columnitemtaxclassificationdetails.itmtxclsfndt_fromtime.final org.jooq.TableField<ItemTaxClassificationDetails, ItemPK> ItemTaxClassificationDetails.ITEMThe columnitemtaxclassificationdetails.itmtxclsfndt_itm_itemid.final org.jooq.TableField<ItemTaxClassificationDetails, ItemTaxClassificationPK> ItemTaxClassificationDetails.ITEM_TAX_CLASSIFICATIONThe columnitemtaxclassificationdetails.itmtxclsfndt_itmtxclsfn_itemtaxclassificationid.final org.jooq.TableField<ItemTaxClassificationDetails, ItemTaxClassificationDetailPK> ItemTaxClassificationDetails.ITEM_TAX_CLASSIFICATION_DETAILThe columnitemtaxclassificationdetails.itmtxclsfndt_itemtaxclassificationdetailid.final org.jooq.TableField<ItemTaxClassificationDetails, TaxClassificationPK> ItemTaxClassificationDetails.TAX_CLASSIFICATIONThe columnitemtaxclassificationdetails.itmtxclsfndt_txclsfn_taxclassificationid.final org.jooq.TableField<ItemTaxClassificationDetails, Long> ItemTaxClassificationDetails.THRU_TIMEThe columnitemtaxclassificationdetails.itmtxclsfndt_thrutime.Methods in com.echothree.model.jooq.server.tables.tax that return types with arguments of type ItemTaxClassificationDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ItemTaxClassificationDetails> ItemTaxClassificationDetails.getPrimaryKey()ItemTaxClassificationDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ItemTaxClassificationDetails, ?>> ItemTaxClassificationDetails.getReferences()List<org.jooq.UniqueKey<ItemTaxClassificationDetails>> ItemTaxClassificationDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.tax with type arguments of type ItemTaxClassificationDetailsModifierConstructorDescriptionItemTaxClassificationDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemTaxClassificationDetails> childPath, org.jooq.InverseForeignKey<O, ItemTaxClassificationDetails> parentPath) ItemTaxClassificationDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemTaxClassificationDetails> childPath, org.jooq.InverseForeignKey<O, ItemTaxClassificationDetails> parentPath) ItemTaxClassificationDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemTaxClassificationDetails> childPath, org.jooq.InverseForeignKey<O, ItemTaxClassificationDetails> parentPath) ItemTaxClassificationDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemTaxClassificationDetails> childPath, org.jooq.InverseForeignKey<O, ItemTaxClassificationDetails> parentPath)