001// -------------------------------------------------------------------------------- 002// Copyright 2002-2024 Echo Three, LLC 003// 004// Licensed under the Apache License, Version 2.0 (the "License"); 005// you may not use this file except in compliance with the License. 006// You may obtain a copy of the License at 007// 008// http://www.apache.org/licenses/LICENSE-2.0 009// 010// Unless required by applicable law or agreed to in writing, software 011// distributed under the License is distributed on an "AS IS" BASIS, 012// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 013// See the License for the specific language governing permissions and 014// limitations under the License. 015// -------------------------------------------------------------------------------- 016// Generated File -- DO NOT EDIT BY HAND 017// -------------------------------------------------------------------------------- 018 019/** 020 * ItemSpecFactory.java 021 */ 022 023package com.echothree.control.user.item.common.spec; 024 025import com.echothree.util.common.form.BaseFormFactory; 026 027public class ItemSpecFactory 028 extends BaseFormFactory { 029 030 static public HarmonizedTariffScheduleCodeSpec getHarmonizedTariffScheduleCodeSpec() { 031 return createForm(HarmonizedTariffScheduleCodeSpec.class); 032 } 033 034 static public HarmonizedTariffScheduleCodeTranslationSpec getHarmonizedTariffScheduleCodeTranslationSpec() { 035 return createForm(HarmonizedTariffScheduleCodeTranslationSpec.class); 036 } 037 038 static public HarmonizedTariffScheduleCodeUnitDescriptionSpec getHarmonizedTariffScheduleCodeUnitDescriptionSpec() { 039 return createForm(HarmonizedTariffScheduleCodeUnitDescriptionSpec.class); 040 } 041 042 static public HarmonizedTariffScheduleCodeUnitSpec getHarmonizedTariffScheduleCodeUnitSpec() { 043 return createForm(HarmonizedTariffScheduleCodeUnitSpec.class); 044 } 045 046 static public HarmonizedTariffScheduleCodeUseSpec getHarmonizedTariffScheduleCodeUseSpec() { 047 return createForm(HarmonizedTariffScheduleCodeUseSpec.class); 048 } 049 050 static public HarmonizedTariffScheduleCodeUseTypeDescriptionSpec getHarmonizedTariffScheduleCodeUseTypeDescriptionSpec() { 051 return createForm(HarmonizedTariffScheduleCodeUseTypeDescriptionSpec.class); 052 } 053 054 static public HarmonizedTariffScheduleCodeUseTypeSpec getHarmonizedTariffScheduleCodeUseTypeSpec() { 055 return createForm(HarmonizedTariffScheduleCodeUseTypeSpec.class); 056 } 057 058 static public ItemAliasChecksumTypeSpec getItemAliasChecksumTypeSpec() { 059 return createForm(ItemAliasChecksumTypeSpec.class); 060 } 061 062 static public ItemAliasChecksumTypeUniversalSpec getItemAliasChecksumTypeUniversalSpec() { 063 return createForm(ItemAliasChecksumTypeUniversalSpec.class); 064 } 065 066 static public ItemAliasSpec getItemAliasSpec() { 067 return createForm(ItemAliasSpec.class); 068 } 069 070 static public ItemAliasTypeDescriptionSpec getItemAliasTypeDescriptionSpec() { 071 return createForm(ItemAliasTypeDescriptionSpec.class); 072 } 073 074 static public ItemAliasTypeSpec getItemAliasTypeSpec() { 075 return createForm(ItemAliasTypeSpec.class); 076 } 077 078 static public ItemAliasTypeUniversalSpec getItemAliasTypeUniversalSpec() { 079 return createForm(ItemAliasTypeUniversalSpec.class); 080 } 081 082 static public ItemCategoryDescriptionSpec getItemCategoryDescriptionSpec() { 083 return createForm(ItemCategoryDescriptionSpec.class); 084 } 085 086 static public ItemCategorySpec getItemCategorySpec() { 087 return createForm(ItemCategorySpec.class); 088 } 089 090 static public ItemCategoryUniversalSpec getItemCategoryUniversalSpec() { 091 return createForm(ItemCategoryUniversalSpec.class); 092 } 093 094 static public ItemCountryOfOriginSpec getItemCountryOfOriginSpec() { 095 return createForm(ItemCountryOfOriginSpec.class); 096 } 097 098 static public ItemDeliveryTypeSpec getItemDeliveryTypeSpec() { 099 return createForm(ItemDeliveryTypeSpec.class); 100 } 101 102 static public ItemDeliveryTypeUniversalSpec getItemDeliveryTypeUniversalSpec() { 103 return createForm(ItemDeliveryTypeUniversalSpec.class); 104 } 105 106 static public ItemDescriptionSpec getItemDescriptionSpec() { 107 return createForm(ItemDescriptionSpec.class); 108 } 109 110 static public ItemDescriptionTypeDescriptionSpec getItemDescriptionTypeDescriptionSpec() { 111 return createForm(ItemDescriptionTypeDescriptionSpec.class); 112 } 113 114 static public ItemDescriptionTypeSpec getItemDescriptionTypeSpec() { 115 return createForm(ItemDescriptionTypeSpec.class); 116 } 117 118 static public ItemDescriptionTypeUniversalSpec getItemDescriptionTypeUniversalSpec() { 119 return createForm(ItemDescriptionTypeUniversalSpec.class); 120 } 121 122 static public ItemDescriptionTypeUseSpec getItemDescriptionTypeUseSpec() { 123 return createForm(ItemDescriptionTypeUseSpec.class); 124 } 125 126 static public ItemDescriptionTypeUseTypeDescriptionSpec getItemDescriptionTypeUseTypeDescriptionSpec() { 127 return createForm(ItemDescriptionTypeUseTypeDescriptionSpec.class); 128 } 129 130 static public ItemDescriptionTypeUseTypeSpec getItemDescriptionTypeUseTypeSpec() { 131 return createForm(ItemDescriptionTypeUseTypeSpec.class); 132 } 133 134 static public ItemDescriptionTypeUseTypeUniversalSpec getItemDescriptionTypeUseTypeUniversalSpec() { 135 return createForm(ItemDescriptionTypeUseTypeUniversalSpec.class); 136 } 137 138 static public ItemDescriptionUniversalSpec getItemDescriptionUniversalSpec() { 139 return createForm(ItemDescriptionUniversalSpec.class); 140 } 141 142 static public ItemHarmonizedTariffScheduleCodeSpec getItemHarmonizedTariffScheduleCodeSpec() { 143 return createForm(ItemHarmonizedTariffScheduleCodeSpec.class); 144 } 145 146 static public ItemImageTypeDescriptionSpec getItemImageTypeDescriptionSpec() { 147 return createForm(ItemImageTypeDescriptionSpec.class); 148 } 149 150 static public ItemImageTypeSpec getItemImageTypeSpec() { 151 return createForm(ItemImageTypeSpec.class); 152 } 153 154 static public ItemImageTypeUniversalSpec getItemImageTypeUniversalSpec() { 155 return createForm(ItemImageTypeUniversalSpec.class); 156 } 157 158 static public ItemInventoryTypeSpec getItemInventoryTypeSpec() { 159 return createForm(ItemInventoryTypeSpec.class); 160 } 161 162 static public ItemInventoryTypeUniversalSpec getItemInventoryTypeUniversalSpec() { 163 return createForm(ItemInventoryTypeUniversalSpec.class); 164 } 165 166 static public ItemKitMemberSpec getItemKitMemberSpec() { 167 return createForm(ItemKitMemberSpec.class); 168 } 169 170 static public ItemPackCheckRequirementSpec getItemPackCheckRequirementSpec() { 171 return createForm(ItemPackCheckRequirementSpec.class); 172 } 173 174 static public ItemPackCheckSpec getItemPackCheckSpec() { 175 return createForm(ItemPackCheckSpec.class); 176 } 177 178 static public ItemPriceSpec getItemPriceSpec() { 179 return createForm(ItemPriceSpec.class); 180 } 181 182 static public ItemPriceTypeSpec getItemPriceTypeSpec() { 183 return createForm(ItemPriceTypeSpec.class); 184 } 185 186 static public ItemPriceTypeUniversalSpec getItemPriceTypeUniversalSpec() { 187 return createForm(ItemPriceTypeUniversalSpec.class); 188 } 189 190 static public ItemShippingTimeSpec getItemShippingTimeSpec() { 191 return createForm(ItemShippingTimeSpec.class); 192 } 193 194 static public ItemSpec getItemSpec() { 195 return createForm(ItemSpec.class); 196 } 197 198 static public ItemTypeSpec getItemTypeSpec() { 199 return createForm(ItemTypeSpec.class); 200 } 201 202 static public ItemTypeUniversalSpec getItemTypeUniversalSpec() { 203 return createForm(ItemTypeUniversalSpec.class); 204 } 205 206 static public ItemUnitCustomerTypeLimitSpec getItemUnitCustomerTypeLimitSpec() { 207 return createForm(ItemUnitCustomerTypeLimitSpec.class); 208 } 209 210 static public ItemUnitLimitSpec getItemUnitLimitSpec() { 211 return createForm(ItemUnitLimitSpec.class); 212 } 213 214 static public ItemUnitOfMeasureTypeSpec getItemUnitOfMeasureTypeSpec() { 215 return createForm(ItemUnitOfMeasureTypeSpec.class); 216 } 217 218 static public ItemUnitPriceLimitSpec getItemUnitPriceLimitSpec() { 219 return createForm(ItemUnitPriceLimitSpec.class); 220 } 221 222 static public ItemUniversalSpec getItemUniversalSpec() { 223 return createForm(ItemUniversalSpec.class); 224 } 225 226 static public ItemUseTypeSpec getItemUseTypeSpec() { 227 return createForm(ItemUseTypeSpec.class); 228 } 229 230 static public ItemUseTypeUniversalSpec getItemUseTypeUniversalSpec() { 231 return createForm(ItemUseTypeUniversalSpec.class); 232 } 233 234 static public ItemVolumeSpec getItemVolumeSpec() { 235 return createForm(ItemVolumeSpec.class); 236 } 237 238 static public ItemWeightSpec getItemWeightSpec() { 239 return createForm(ItemWeightSpec.class); 240 } 241 242 static public RelatedItemSpec getRelatedItemSpec() { 243 return createForm(RelatedItemSpec.class); 244 } 245 246 static public RelatedItemTypeDescriptionSpec getRelatedItemTypeDescriptionSpec() { 247 return createForm(RelatedItemTypeDescriptionSpec.class); 248 } 249 250 static public RelatedItemTypeSpec getRelatedItemTypeSpec() { 251 return createForm(RelatedItemTypeSpec.class); 252 } 253 254 static public RelatedItemTypeUniversalSpec getRelatedItemTypeUniversalSpec() { 255 return createForm(RelatedItemTypeUniversalSpec.class); 256 } 257 258}