001// -------------------------------------------------------------------------------- 002// Copyright 2002-2025 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 * ItemFormsImpl.java 021 */ 022 023package com.echothree.control.user.item.server; 024 025import com.echothree.control.user.item.common.edit.*; 026import com.echothree.control.user.item.common.form.*; 027import com.echothree.control.user.item.common.spec.*; 028 029public class ItemFormsImpl { 030 031 public ItemCountryOfOriginEdit getItemCountryOfOriginEdit() { 032 return ItemEditFactory.getItemCountryOfOriginEdit(); 033 } 034 035 public ItemVolumeTypeDescriptionEdit getItemVolumeTypeDescriptionEdit() { 036 return ItemEditFactory.getItemVolumeTypeDescriptionEdit(); 037 } 038 039 public ItemCategoryDescriptionEdit getItemCategoryDescriptionEdit() { 040 return ItemEditFactory.getItemCategoryDescriptionEdit(); 041 } 042 043 public ItemVolumeEdit getItemVolumeEdit() { 044 return ItemEditFactory.getItemVolumeEdit(); 045 } 046 047 public ItemUnitOfMeasureTypeEdit getItemUnitOfMeasureTypeEdit() { 048 return ItemEditFactory.getItemUnitOfMeasureTypeEdit(); 049 } 050 051 public ItemWeightEdit getItemWeightEdit() { 052 return ItemEditFactory.getItemWeightEdit(); 053 } 054 055 public HarmonizedTariffScheduleCodeTranslationEdit getHarmonizedTariffScheduleCodeTranslationEdit() { 056 return ItemEditFactory.getHarmonizedTariffScheduleCodeTranslationEdit(); 057 } 058 059 public HarmonizedTariffScheduleCodeUseTypeEdit getHarmonizedTariffScheduleCodeUseTypeEdit() { 060 return ItemEditFactory.getHarmonizedTariffScheduleCodeUseTypeEdit(); 061 } 062 063 public ItemShippingTimeEdit getItemShippingTimeEdit() { 064 return ItemEditFactory.getItemShippingTimeEdit(); 065 } 066 067 public ItemAliasEdit getItemAliasEdit() { 068 return ItemEditFactory.getItemAliasEdit(); 069 } 070 071 public RelatedItemTypeEdit getRelatedItemTypeEdit() { 072 return ItemEditFactory.getRelatedItemTypeEdit(); 073 } 074 075 public HarmonizedTariffScheduleCodeUseTypeDescriptionEdit getHarmonizedTariffScheduleCodeUseTypeDescriptionEdit() { 076 return ItemEditFactory.getHarmonizedTariffScheduleCodeUseTypeDescriptionEdit(); 077 } 078 079 public ItemPriceEdit getItemPriceEdit() { 080 return ItemEditFactory.getItemPriceEdit(); 081 } 082 083 public ItemDescriptionEdit getItemDescriptionEdit() { 084 return ItemEditFactory.getItemDescriptionEdit(); 085 } 086 087 public ItemEdit getItemEdit() { 088 return ItemEditFactory.getItemEdit(); 089 } 090 091 public ItemCategoryEdit getItemCategoryEdit() { 092 return ItemEditFactory.getItemCategoryEdit(); 093 } 094 095 public ItemAliasTypeEdit getItemAliasTypeEdit() { 096 return ItemEditFactory.getItemAliasTypeEdit(); 097 } 098 099 public ItemDescriptionTypeEdit getItemDescriptionTypeEdit() { 100 return ItemEditFactory.getItemDescriptionTypeEdit(); 101 } 102 103 public ItemDescriptionTypeUseTypeEdit getItemDescriptionTypeUseTypeEdit() { 104 return ItemEditFactory.getItemDescriptionTypeUseTypeEdit(); 105 } 106 107 public ItemUnitCustomerTypeLimitEdit getItemUnitCustomerTypeLimitEdit() { 108 return ItemEditFactory.getItemUnitCustomerTypeLimitEdit(); 109 } 110 111 public ItemVolumeTypeEdit getItemVolumeTypeEdit() { 112 return ItemEditFactory.getItemVolumeTypeEdit(); 113 } 114 115 public ItemWeightTypeDescriptionEdit getItemWeightTypeDescriptionEdit() { 116 return ItemEditFactory.getItemWeightTypeDescriptionEdit(); 117 } 118 119 public ItemImageTypeEdit getItemImageTypeEdit() { 120 return ItemEditFactory.getItemImageTypeEdit(); 121 } 122 123 public ItemPackCheckRequirementEdit getItemPackCheckRequirementEdit() { 124 return ItemEditFactory.getItemPackCheckRequirementEdit(); 125 } 126 127 public RelatedItemEdit getRelatedItemEdit() { 128 return ItemEditFactory.getRelatedItemEdit(); 129 } 130 131 public HarmonizedTariffScheduleCodeUnitEdit getHarmonizedTariffScheduleCodeUnitEdit() { 132 return ItemEditFactory.getHarmonizedTariffScheduleCodeUnitEdit(); 133 } 134 135 public ItemWeightTypeEdit getItemWeightTypeEdit() { 136 return ItemEditFactory.getItemWeightTypeEdit(); 137 } 138 139 public ItemUnitLimitEdit getItemUnitLimitEdit() { 140 return ItemEditFactory.getItemUnitLimitEdit(); 141 } 142 143 public ItemAliasTypeDescriptionEdit getItemAliasTypeDescriptionEdit() { 144 return ItemEditFactory.getItemAliasTypeDescriptionEdit(); 145 } 146 147 public ItemImageTypeDescriptionEdit getItemImageTypeDescriptionEdit() { 148 return ItemEditFactory.getItemImageTypeDescriptionEdit(); 149 } 150 151 public RelatedItemTypeDescriptionEdit getRelatedItemTypeDescriptionEdit() { 152 return ItemEditFactory.getRelatedItemTypeDescriptionEdit(); 153 } 154 155 public HarmonizedTariffScheduleCodeUnitDescriptionEdit getHarmonizedTariffScheduleCodeUnitDescriptionEdit() { 156 return ItemEditFactory.getHarmonizedTariffScheduleCodeUnitDescriptionEdit(); 157 } 158 159 public ItemDescriptionTypeDescriptionEdit getItemDescriptionTypeDescriptionEdit() { 160 return ItemEditFactory.getItemDescriptionTypeDescriptionEdit(); 161 } 162 163 public HarmonizedTariffScheduleCodeEdit getHarmonizedTariffScheduleCodeEdit() { 164 return ItemEditFactory.getHarmonizedTariffScheduleCodeEdit(); 165 } 166 167 public ItemUnitPriceLimitEdit getItemUnitPriceLimitEdit() { 168 return ItemEditFactory.getItemUnitPriceLimitEdit(); 169 } 170 171 public ItemDescriptionTypeUseTypeDescriptionEdit getItemDescriptionTypeUseTypeDescriptionEdit() { 172 return ItemEditFactory.getItemDescriptionTypeUseTypeDescriptionEdit(); 173 } 174 175 public ItemKitMemberEdit getItemKitMemberEdit() { 176 return ItemEditFactory.getItemKitMemberEdit(); 177 } 178 179 public ItemHarmonizedTariffScheduleCodeEdit getItemHarmonizedTariffScheduleCodeEdit() { 180 return ItemEditFactory.getItemHarmonizedTariffScheduleCodeEdit(); 181 } 182 183 public EditItemPackCheckRequirementForm getEditItemPackCheckRequirementForm() { 184 return ItemFormFactory.getEditItemPackCheckRequirementForm(); 185 } 186 187 public GetItemWeightForm getGetItemWeightForm() { 188 return ItemFormFactory.getGetItemWeightForm(); 189 } 190 191 public GetHarmonizedTariffScheduleCodeForm getGetHarmonizedTariffScheduleCodeForm() { 192 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeForm(); 193 } 194 195 public GetItemVolumeForm getGetItemVolumeForm() { 196 return ItemFormFactory.getGetItemVolumeForm(); 197 } 198 199 public GetItemVolumeTypeForm getGetItemVolumeTypeForm() { 200 return ItemFormFactory.getGetItemVolumeTypeForm(); 201 } 202 203 public CreateItemUnitLimitForm getCreateItemUnitLimitForm() { 204 return ItemFormFactory.getCreateItemUnitLimitForm(); 205 } 206 207 public GetItemPriceTypesForm getGetItemPriceTypesForm() { 208 return ItemFormFactory.getGetItemPriceTypesForm(); 209 } 210 211 public GetItemWeightTypeDescriptionForm getGetItemWeightTypeDescriptionForm() { 212 return ItemFormFactory.getGetItemWeightTypeDescriptionForm(); 213 } 214 215 public EditItemWeightForm getEditItemWeightForm() { 216 return ItemFormFactory.getEditItemWeightForm(); 217 } 218 219 public GetItemCategoryDescriptionsForm getGetItemCategoryDescriptionsForm() { 220 return ItemFormFactory.getGetItemCategoryDescriptionsForm(); 221 } 222 223 public GetItemInventoryTypeChoicesForm getGetItemInventoryTypeChoicesForm() { 224 return ItemFormFactory.getGetItemInventoryTypeChoicesForm(); 225 } 226 227 public CreateItemDeliveryTypeForm getCreateItemDeliveryTypeForm() { 228 return ItemFormFactory.getCreateItemDeliveryTypeForm(); 229 } 230 231 public EditItemAliasTypeDescriptionForm getEditItemAliasTypeDescriptionForm() { 232 return ItemFormFactory.getEditItemAliasTypeDescriptionForm(); 233 } 234 235 public GetItemDescriptionTypeUseTypeForm getGetItemDescriptionTypeUseTypeForm() { 236 return ItemFormFactory.getGetItemDescriptionTypeUseTypeForm(); 237 } 238 239 public GetItemDeliveryTypesForm getGetItemDeliveryTypesForm() { 240 return ItemFormFactory.getGetItemDeliveryTypesForm(); 241 } 242 243 public EditItemVolumeForm getEditItemVolumeForm() { 244 return ItemFormFactory.getEditItemVolumeForm(); 245 } 246 247 public GetItemUnitOfMeasureTypesForm getGetItemUnitOfMeasureTypesForm() { 248 return ItemFormFactory.getGetItemUnitOfMeasureTypesForm(); 249 } 250 251 public GetItemDescriptionTypeUseTypesForm getGetItemDescriptionTypeUseTypesForm() { 252 return ItemFormFactory.getGetItemDescriptionTypeUseTypesForm(); 253 } 254 255 public GetItemUnitPriceLimitsForm getGetItemUnitPriceLimitsForm() { 256 return ItemFormFactory.getGetItemUnitPriceLimitsForm(); 257 } 258 259 public CreateItemPriceTypeDescriptionForm getCreateItemPriceTypeDescriptionForm() { 260 return ItemFormFactory.getCreateItemPriceTypeDescriptionForm(); 261 } 262 263 public CreateItemInventoryTypeForm getCreateItemInventoryTypeForm() { 264 return ItemFormFactory.getCreateItemInventoryTypeForm(); 265 } 266 267 public CreateItemImageTypeForm getCreateItemImageTypeForm() { 268 return ItemFormFactory.getCreateItemImageTypeForm(); 269 } 270 271 public GetItemWeightTypeDescriptionsForm getGetItemWeightTypeDescriptionsForm() { 272 return ItemFormFactory.getGetItemWeightTypeDescriptionsForm(); 273 } 274 275 public CreateItemDeliveryTypeDescriptionForm getCreateItemDeliveryTypeDescriptionForm() { 276 return ItemFormFactory.getCreateItemDeliveryTypeDescriptionForm(); 277 } 278 279 public EditItemAliasForm getEditItemAliasForm() { 280 return ItemFormFactory.getEditItemAliasForm(); 281 } 282 283 public GetItemWeightTypeForm getGetItemWeightTypeForm() { 284 return ItemFormFactory.getGetItemWeightTypeForm(); 285 } 286 287 public CreateItemHarmonizedTariffScheduleCodeForm getCreateItemHarmonizedTariffScheduleCodeForm() { 288 return ItemFormFactory.getCreateItemHarmonizedTariffScheduleCodeForm(); 289 } 290 291 public GetItemAliasTypeDescriptionsForm getGetItemAliasTypeDescriptionsForm() { 292 return ItemFormFactory.getGetItemAliasTypeDescriptionsForm(); 293 } 294 295 public GetRelatedItemTypesForm getGetRelatedItemTypesForm() { 296 return ItemFormFactory.getGetRelatedItemTypesForm(); 297 } 298 299 public EditItemPriceForm getEditItemPriceForm() { 300 return ItemFormFactory.getEditItemPriceForm(); 301 } 302 303 public CreateItemDescriptionForm getCreateItemDescriptionForm() { 304 return ItemFormFactory.getCreateItemDescriptionForm(); 305 } 306 307 public GetHarmonizedTariffScheduleCodeUnitDescriptionForm getGetHarmonizedTariffScheduleCodeUnitDescriptionForm() { 308 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUnitDescriptionForm(); 309 } 310 311 public GetItemAliasTypeForm getGetItemAliasTypeForm() { 312 return ItemFormFactory.getGetItemAliasTypeForm(); 313 } 314 315 public DeleteHarmonizedTariffScheduleCodeUseTypeForm getDeleteHarmonizedTariffScheduleCodeUseTypeForm() { 316 return ItemFormFactory.getDeleteHarmonizedTariffScheduleCodeUseTypeForm(); 317 } 318 319 public GetItemDescriptionTypeUseTypeDescriptionsForm getGetItemDescriptionTypeUseTypeDescriptionsForm() { 320 return ItemFormFactory.getGetItemDescriptionTypeUseTypeDescriptionsForm(); 321 } 322 323 public CreateItemDescriptionTypeDescriptionForm getCreateItemDescriptionTypeDescriptionForm() { 324 return ItemFormFactory.getCreateItemDescriptionTypeDescriptionForm(); 325 } 326 327 public CreateItemDescriptionTypeUseForm getCreateItemDescriptionTypeUseForm() { 328 return ItemFormFactory.getCreateItemDescriptionTypeUseForm(); 329 } 330 331 public CreateItemDescriptionTypeUseTypeForm getCreateItemDescriptionTypeUseTypeForm() { 332 return ItemFormFactory.getCreateItemDescriptionTypeUseTypeForm(); 333 } 334 335 public GetItemDescriptionTypeDescriptionForm getGetItemDescriptionTypeDescriptionForm() { 336 return ItemFormFactory.getGetItemDescriptionTypeDescriptionForm(); 337 } 338 339 public CreateItemCountryOfOriginForm getCreateItemCountryOfOriginForm() { 340 return ItemFormFactory.getCreateItemCountryOfOriginForm(); 341 } 342 343 public SetDefaultItemImageTypeForm getSetDefaultItemImageTypeForm() { 344 return ItemFormFactory.getSetDefaultItemImageTypeForm(); 345 } 346 347 public CreateHarmonizedTariffScheduleCodeForm getCreateHarmonizedTariffScheduleCodeForm() { 348 return ItemFormFactory.getCreateHarmonizedTariffScheduleCodeForm(); 349 } 350 351 public CreateRelatedItemTypeForm getCreateRelatedItemTypeForm() { 352 return ItemFormFactory.getCreateRelatedItemTypeForm(); 353 } 354 355 public GetItemCountryOfOriginForm getGetItemCountryOfOriginForm() { 356 return ItemFormFactory.getGetItemCountryOfOriginForm(); 357 } 358 359 public GetItemUnitCustomerTypeLimitForm getGetItemUnitCustomerTypeLimitForm() { 360 return ItemFormFactory.getGetItemUnitCustomerTypeLimitForm(); 361 } 362 363 public GetRelatedItemForm getGetRelatedItemForm() { 364 return ItemFormFactory.getGetRelatedItemForm(); 365 } 366 367 public GetHarmonizedTariffScheduleCodeUsesForm getGetHarmonizedTariffScheduleCodeUsesForm() { 368 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUsesForm(); 369 } 370 371 public DeleteItemDescriptionTypeUseTypeForm getDeleteItemDescriptionTypeUseTypeForm() { 372 return ItemFormFactory.getDeleteItemDescriptionTypeUseTypeForm(); 373 } 374 375 public DeleteItemAliasTypeForm getDeleteItemAliasTypeForm() { 376 return ItemFormFactory.getDeleteItemAliasTypeForm(); 377 } 378 379 public DeleteItemImageTypeDescriptionForm getDeleteItemImageTypeDescriptionForm() { 380 return ItemFormFactory.getDeleteItemImageTypeDescriptionForm(); 381 } 382 383 public DeleteHarmonizedTariffScheduleCodeUnitDescriptionForm getDeleteHarmonizedTariffScheduleCodeUnitDescriptionForm() { 384 return ItemFormFactory.getDeleteHarmonizedTariffScheduleCodeUnitDescriptionForm(); 385 } 386 387 public GetItemWeightTypesForm getGetItemWeightTypesForm() { 388 return ItemFormFactory.getGetItemWeightTypesForm(); 389 } 390 391 public DeleteHarmonizedTariffScheduleCodeUnitForm getDeleteHarmonizedTariffScheduleCodeUnitForm() { 392 return ItemFormFactory.getDeleteHarmonizedTariffScheduleCodeUnitForm(); 393 } 394 395 public EditItemForm getEditItemForm() { 396 return ItemFormFactory.getEditItemForm(); 397 } 398 399 public GetItemUseTypeForm getGetItemUseTypeForm() { 400 return ItemFormFactory.getGetItemUseTypeForm(); 401 } 402 403 public GetItemImageTypesForm getGetItemImageTypesForm() { 404 return ItemFormFactory.getGetItemImageTypesForm(); 405 } 406 407 public EditHarmonizedTariffScheduleCodeUnitDescriptionForm getEditHarmonizedTariffScheduleCodeUnitDescriptionForm() { 408 return ItemFormFactory.getEditHarmonizedTariffScheduleCodeUnitDescriptionForm(); 409 } 410 411 public GetItemVolumeTypeDescriptionsForm getGetItemVolumeTypeDescriptionsForm() { 412 return ItemFormFactory.getGetItemVolumeTypeDescriptionsForm(); 413 } 414 415 public DeleteHarmonizedTariffScheduleCodeForm getDeleteHarmonizedTariffScheduleCodeForm() { 416 return ItemFormFactory.getDeleteHarmonizedTariffScheduleCodeForm(); 417 } 418 419 public EditHarmonizedTariffScheduleCodeUseTypeForm getEditHarmonizedTariffScheduleCodeUseTypeForm() { 420 return ItemFormFactory.getEditHarmonizedTariffScheduleCodeUseTypeForm(); 421 } 422 423 public GetItemCountryOfOriginsForm getGetItemCountryOfOriginsForm() { 424 return ItemFormFactory.getGetItemCountryOfOriginsForm(); 425 } 426 427 public SetDefaultItemDescriptionTypeUseTypeForm getSetDefaultItemDescriptionTypeUseTypeForm() { 428 return ItemFormFactory.getSetDefaultItemDescriptionTypeUseTypeForm(); 429 } 430 431 public GetRelatedItemTypeChoicesForm getGetRelatedItemTypeChoicesForm() { 432 return ItemFormFactory.getGetRelatedItemTypeChoicesForm(); 433 } 434 435 public GetHarmonizedTariffScheduleCodeUseTypeDescriptionsForm getGetHarmonizedTariffScheduleCodeUseTypeDescriptionsForm() { 436 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUseTypeDescriptionsForm(); 437 } 438 439 public CreateRelatedItemForm getCreateRelatedItemForm() { 440 return ItemFormFactory.getCreateRelatedItemForm(); 441 } 442 443 public DeleteItemUnitPriceLimitForm getDeleteItemUnitPriceLimitForm() { 444 return ItemFormFactory.getDeleteItemUnitPriceLimitForm(); 445 } 446 447 public GetItemImageTypeChoicesForm getGetItemImageTypeChoicesForm() { 448 return ItemFormFactory.getGetItemImageTypeChoicesForm(); 449 } 450 451 public GetItemDescriptionTypeChoicesForm getGetItemDescriptionTypeChoicesForm() { 452 return ItemFormFactory.getGetItemDescriptionTypeChoicesForm(); 453 } 454 455 public GetHarmonizedTariffScheduleCodeTranslationForm getGetHarmonizedTariffScheduleCodeTranslationForm() { 456 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeTranslationForm(); 457 } 458 459 public GetHarmonizedTariffScheduleCodeUseTypeChoicesForm getGetHarmonizedTariffScheduleCodeUseTypeChoicesForm() { 460 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUseTypeChoicesForm(); 461 } 462 463 public CreateHarmonizedTariffScheduleCodeUseTypeForm getCreateHarmonizedTariffScheduleCodeUseTypeForm() { 464 return ItemFormFactory.getCreateHarmonizedTariffScheduleCodeUseTypeForm(); 465 } 466 467 public EditRelatedItemTypeForm getEditRelatedItemTypeForm() { 468 return ItemFormFactory.getEditRelatedItemTypeForm(); 469 } 470 471 public GetItemForm getGetItemForm() { 472 return ItemFormFactory.getGetItemForm(); 473 } 474 475 public CreateItemPriceTypeForm getCreateItemPriceTypeForm() { 476 return ItemFormFactory.getCreateItemPriceTypeForm(); 477 } 478 479 public CreateItemKitMemberForm getCreateItemKitMemberForm() { 480 return ItemFormFactory.getCreateItemKitMemberForm(); 481 } 482 483 public DeleteItemAliasTypeDescriptionForm getDeleteItemAliasTypeDescriptionForm() { 484 return ItemFormFactory.getDeleteItemAliasTypeDescriptionForm(); 485 } 486 487 public DeleteItemUnitCustomerTypeLimitForm getDeleteItemUnitCustomerTypeLimitForm() { 488 return ItemFormFactory.getDeleteItemUnitCustomerTypeLimitForm(); 489 } 490 491 public GetItemPricesForm getGetItemPricesForm() { 492 return ItemFormFactory.getGetItemPricesForm(); 493 } 494 495 public SetDefaultHarmonizedTariffScheduleCodeUnitForm getSetDefaultHarmonizedTariffScheduleCodeUnitForm() { 496 return ItemFormFactory.getSetDefaultHarmonizedTariffScheduleCodeUnitForm(); 497 } 498 499 public GetItemDescriptionTypeForm getGetItemDescriptionTypeForm() { 500 return ItemFormFactory.getGetItemDescriptionTypeForm(); 501 } 502 503 public CreateItemUseTypeForm getCreateItemUseTypeForm() { 504 return ItemFormFactory.getCreateItemUseTypeForm(); 505 } 506 507 public CreateItemUnitOfMeasureTypeForm getCreateItemUnitOfMeasureTypeForm() { 508 return ItemFormFactory.getCreateItemUnitOfMeasureTypeForm(); 509 } 510 511 public GetItemAliasChecksumTypeForm getGetItemAliasChecksumTypeForm() { 512 return ItemFormFactory.getGetItemAliasChecksumTypeForm(); 513 } 514 515 public CreateItemDescriptionTypeForm getCreateItemDescriptionTypeForm() { 516 return ItemFormFactory.getCreateItemDescriptionTypeForm(); 517 } 518 519 public CreateItemUnitCustomerTypeLimitForm getCreateItemUnitCustomerTypeLimitForm() { 520 return ItemFormFactory.getCreateItemUnitCustomerTypeLimitForm(); 521 } 522 523 public CreateHarmonizedTariffScheduleCodeUnitForm getCreateHarmonizedTariffScheduleCodeUnitForm() { 524 return ItemFormFactory.getCreateHarmonizedTariffScheduleCodeUnitForm(); 525 } 526 527 public CreateItemTypeDescriptionForm getCreateItemTypeDescriptionForm() { 528 return ItemFormFactory.getCreateItemTypeDescriptionForm(); 529 } 530 531 public DeleteItemPackCheckRequirementForm getDeleteItemPackCheckRequirementForm() { 532 return ItemFormFactory.getDeleteItemPackCheckRequirementForm(); 533 } 534 535 public GetRelatedItemTypeDescriptionForm getGetRelatedItemTypeDescriptionForm() { 536 return ItemFormFactory.getGetRelatedItemTypeDescriptionForm(); 537 } 538 539 public CreateHarmonizedTariffScheduleCodeUseForm getCreateHarmonizedTariffScheduleCodeUseForm() { 540 return ItemFormFactory.getCreateHarmonizedTariffScheduleCodeUseForm(); 541 } 542 543 public GetItemTypesForm getGetItemTypesForm() { 544 return ItemFormFactory.getGetItemTypesForm(); 545 } 546 547 public CreateItemUnitPriceLimitForm getCreateItemUnitPriceLimitForm() { 548 return ItemFormFactory.getCreateItemUnitPriceLimitForm(); 549 } 550 551 public GetItemAliasesForm getGetItemAliasesForm() { 552 return ItemFormFactory.getGetItemAliasesForm(); 553 } 554 555 public DeleteItemDescriptionTypeUseForm getDeleteItemDescriptionTypeUseForm() { 556 return ItemFormFactory.getDeleteItemDescriptionTypeUseForm(); 557 } 558 559 public CreateRelatedItemTypeDescriptionForm getCreateRelatedItemTypeDescriptionForm() { 560 return ItemFormFactory.getCreateRelatedItemTypeDescriptionForm(); 561 } 562 563 public EditItemWeightTypeForm getEditItemWeightTypeForm() { 564 return ItemFormFactory.getEditItemWeightTypeForm(); 565 } 566 567 public GetHarmonizedTariffScheduleCodeUseTypesForm getGetHarmonizedTariffScheduleCodeUseTypesForm() { 568 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUseTypesForm(); 569 } 570 571 public GetItemShippingTimeForm getGetItemShippingTimeForm() { 572 return ItemFormFactory.getGetItemShippingTimeForm(); 573 } 574 575 public EditItemImageTypeDescriptionForm getEditItemImageTypeDescriptionForm() { 576 return ItemFormFactory.getEditItemImageTypeDescriptionForm(); 577 } 578 579 public CreateItemPriceForm getCreateItemPriceForm() { 580 return ItemFormFactory.getCreateItemPriceForm(); 581 } 582 583 public DeleteRelatedItemForm getDeleteRelatedItemForm() { 584 return ItemFormFactory.getDeleteRelatedItemForm(); 585 } 586 587 public EditItemUnitLimitForm getEditItemUnitLimitForm() { 588 return ItemFormFactory.getEditItemUnitLimitForm(); 589 } 590 591 public CreateItemAliasForm getCreateItemAliasForm() { 592 return ItemFormFactory.getCreateItemAliasForm(); 593 } 594 595 public DeleteItemWeightTypeDescriptionForm getDeleteItemWeightTypeDescriptionForm() { 596 return ItemFormFactory.getDeleteItemWeightTypeDescriptionForm(); 597 } 598 599 public GetHarmonizedTariffScheduleCodeUnitChoicesForm getGetHarmonizedTariffScheduleCodeUnitChoicesForm() { 600 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUnitChoicesForm(); 601 } 602 603 public DeleteItemHarmonizedTariffScheduleCodeForm getDeleteItemHarmonizedTariffScheduleCodeForm() { 604 return ItemFormFactory.getDeleteItemHarmonizedTariffScheduleCodeForm(); 605 } 606 607 public EditItemVolumeTypeForm getEditItemVolumeTypeForm() { 608 return ItemFormFactory.getEditItemVolumeTypeForm(); 609 } 610 611 public GetItemWeightsForm getGetItemWeightsForm() { 612 return ItemFormFactory.getGetItemWeightsForm(); 613 } 614 615 public GetItemAliasChecksumTypeChoicesForm getGetItemAliasChecksumTypeChoicesForm() { 616 return ItemFormFactory.getGetItemAliasChecksumTypeChoicesForm(); 617 } 618 619 public CreateItemWeightTypeDescriptionForm getCreateItemWeightTypeDescriptionForm() { 620 return ItemFormFactory.getCreateItemWeightTypeDescriptionForm(); 621 } 622 623 public GetItemVolumeTypesForm getGetItemVolumeTypesForm() { 624 return ItemFormFactory.getGetItemVolumeTypesForm(); 625 } 626 627 public SetDefaultHarmonizedTariffScheduleCodeForm getSetDefaultHarmonizedTariffScheduleCodeForm() { 628 return ItemFormFactory.getSetDefaultHarmonizedTariffScheduleCodeForm(); 629 } 630 631 public EditItemDescriptionForm getEditItemDescriptionForm() { 632 return ItemFormFactory.getEditItemDescriptionForm(); 633 } 634 635 public EditItemVolumeTypeDescriptionForm getEditItemVolumeTypeDescriptionForm() { 636 return ItemFormFactory.getEditItemVolumeTypeDescriptionForm(); 637 } 638 639 public GetItemShippingTimesForm getGetItemShippingTimesForm() { 640 return ItemFormFactory.getGetItemShippingTimesForm(); 641 } 642 643 public DeleteRelatedItemTypeDescriptionForm getDeleteRelatedItemTypeDescriptionForm() { 644 return ItemFormFactory.getDeleteRelatedItemTypeDescriptionForm(); 645 } 646 647 public EditItemImageTypeForm getEditItemImageTypeForm() { 648 return ItemFormFactory.getEditItemImageTypeForm(); 649 } 650 651 public GetItemPriceForm getGetItemPriceForm() { 652 return ItemFormFactory.getGetItemPriceForm(); 653 } 654 655 public GetItemPackCheckRequirementsForm getGetItemPackCheckRequirementsForm() { 656 return ItemFormFactory.getGetItemPackCheckRequirementsForm(); 657 } 658 659 public DeleteItemDescriptionTypeDescriptionForm getDeleteItemDescriptionTypeDescriptionForm() { 660 return ItemFormFactory.getDeleteItemDescriptionTypeDescriptionForm(); 661 } 662 663 public SetDefaultItemDescriptionTypeForm getSetDefaultItemDescriptionTypeForm() { 664 return ItemFormFactory.getSetDefaultItemDescriptionTypeForm(); 665 } 666 667 public GetItemImageTypeDescriptionForm getGetItemImageTypeDescriptionForm() { 668 return ItemFormFactory.getGetItemImageTypeDescriptionForm(); 669 } 670 671 public GetItemAliasForm getGetItemAliasForm() { 672 return ItemFormFactory.getGetItemAliasForm(); 673 } 674 675 public EditHarmonizedTariffScheduleCodeForm getEditHarmonizedTariffScheduleCodeForm() { 676 return ItemFormFactory.getEditHarmonizedTariffScheduleCodeForm(); 677 } 678 679 public GetItemAliasTypesForm getGetItemAliasTypesForm() { 680 return ItemFormFactory.getGetItemAliasTypesForm(); 681 } 682 683 public GetItemImageTypeDescriptionsForm getGetItemImageTypeDescriptionsForm() { 684 return ItemFormFactory.getGetItemImageTypeDescriptionsForm(); 685 } 686 687 public DeleteItemVolumeTypeForm getDeleteItemVolumeTypeForm() { 688 return ItemFormFactory.getDeleteItemVolumeTypeForm(); 689 } 690 691 public GetHarmonizedTariffScheduleCodeUseForm getGetHarmonizedTariffScheduleCodeUseForm() { 692 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUseForm(); 693 } 694 695 public GetItemAliasChecksumTypesForm getGetItemAliasChecksumTypesForm() { 696 return ItemFormFactory.getGetItemAliasChecksumTypesForm(); 697 } 698 699 public GetItemDescriptionTypeUseTypeDescriptionForm getGetItemDescriptionTypeUseTypeDescriptionForm() { 700 return ItemFormFactory.getGetItemDescriptionTypeUseTypeDescriptionForm(); 701 } 702 703 public CreateItemPackCheckRequirementForm getCreateItemPackCheckRequirementForm() { 704 return ItemFormFactory.getCreateItemPackCheckRequirementForm(); 705 } 706 707 public GetItemCategoriesForm getGetItemCategoriesForm() { 708 return ItemFormFactory.getGetItemCategoriesForm(); 709 } 710 711 public GetRelatedItemsForm getGetRelatedItemsForm() { 712 return ItemFormFactory.getGetRelatedItemsForm(); 713 } 714 715 public EditItemHarmonizedTariffScheduleCodeForm getEditItemHarmonizedTariffScheduleCodeForm() { 716 return ItemFormFactory.getEditItemHarmonizedTariffScheduleCodeForm(); 717 } 718 719 public GetItemPriceTypeChoicesForm getGetItemPriceTypeChoicesForm() { 720 return ItemFormFactory.getGetItemPriceTypeChoicesForm(); 721 } 722 723 public CreateItemAliasChecksumTypeDescriptionForm getCreateItemAliasChecksumTypeDescriptionForm() { 724 return ItemFormFactory.getCreateItemAliasChecksumTypeDescriptionForm(); 725 } 726 727 public DeleteItemDescriptionTypeUseTypeDescriptionForm getDeleteItemDescriptionTypeUseTypeDescriptionForm() { 728 return ItemFormFactory.getDeleteItemDescriptionTypeUseTypeDescriptionForm(); 729 } 730 731 public EditItemCategoryForm getEditItemCategoryForm() { 732 return ItemFormFactory.getEditItemCategoryForm(); 733 } 734 735 public CreateItemDescriptionTypeUseTypeDescriptionForm getCreateItemDescriptionTypeUseTypeDescriptionForm() { 736 return ItemFormFactory.getCreateItemDescriptionTypeUseTypeDescriptionForm(); 737 } 738 739 public EditItemCountryOfOriginForm getEditItemCountryOfOriginForm() { 740 return ItemFormFactory.getEditItemCountryOfOriginForm(); 741 } 742 743 public EditRelatedItemTypeDescriptionForm getEditRelatedItemTypeDescriptionForm() { 744 return ItemFormFactory.getEditRelatedItemTypeDescriptionForm(); 745 } 746 747 public GetItemDeliveryTypeForm getGetItemDeliveryTypeForm() { 748 return ItemFormFactory.getGetItemDeliveryTypeForm(); 749 } 750 751 public GetItemDeliveryTypeChoicesForm getGetItemDeliveryTypeChoicesForm() { 752 return ItemFormFactory.getGetItemDeliveryTypeChoicesForm(); 753 } 754 755 public EditItemDescriptionTypeUseTypeDescriptionForm getEditItemDescriptionTypeUseTypeDescriptionForm() { 756 return ItemFormFactory.getEditItemDescriptionTypeUseTypeDescriptionForm(); 757 } 758 759 public DeleteItemWeightTypeForm getDeleteItemWeightTypeForm() { 760 return ItemFormFactory.getDeleteItemWeightTypeForm(); 761 } 762 763 public DeleteItemCategoryDescriptionForm getDeleteItemCategoryDescriptionForm() { 764 return ItemFormFactory.getDeleteItemCategoryDescriptionForm(); 765 } 766 767 public SetDefaultItemUnitOfMeasureTypeForm getSetDefaultItemUnitOfMeasureTypeForm() { 768 return ItemFormFactory.getSetDefaultItemUnitOfMeasureTypeForm(); 769 } 770 771 public GetHarmonizedTariffScheduleCodeChoicesForm getGetHarmonizedTariffScheduleCodeChoicesForm() { 772 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeChoicesForm(); 773 } 774 775 public CreateItemAliasTypeDescriptionForm getCreateItemAliasTypeDescriptionForm() { 776 return ItemFormFactory.getCreateItemAliasTypeDescriptionForm(); 777 } 778 779 public CreateHarmonizedTariffScheduleCodeUseTypeDescriptionForm getCreateHarmonizedTariffScheduleCodeUseTypeDescriptionForm() { 780 return ItemFormFactory.getCreateHarmonizedTariffScheduleCodeUseTypeDescriptionForm(); 781 } 782 783 public CreateItemForm getCreateItemForm() { 784 return ItemFormFactory.getCreateItemForm(); 785 } 786 787 public GetHarmonizedTariffScheduleCodeUseTypeDescriptionForm getGetHarmonizedTariffScheduleCodeUseTypeDescriptionForm() { 788 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUseTypeDescriptionForm(); 789 } 790 791 public EditItemAliasTypeForm getEditItemAliasTypeForm() { 792 return ItemFormFactory.getEditItemAliasTypeForm(); 793 } 794 795 public GetItemCategoryForm getGetItemCategoryForm() { 796 return ItemFormFactory.getGetItemCategoryForm(); 797 } 798 799 public GetItemDescriptionTypeUseTypeChoicesForm getGetItemDescriptionTypeUseTypeChoicesForm() { 800 return ItemFormFactory.getGetItemDescriptionTypeUseTypeChoicesForm(); 801 } 802 803 public GetItemVolumeTypeDescriptionForm getGetItemVolumeTypeDescriptionForm() { 804 return ItemFormFactory.getGetItemVolumeTypeDescriptionForm(); 805 } 806 807 public SetItemStatusForm getSetItemStatusForm() { 808 return ItemFormFactory.getSetItemStatusForm(); 809 } 810 811 public DeleteHarmonizedTariffScheduleCodeTranslationForm getDeleteHarmonizedTariffScheduleCodeTranslationForm() { 812 return ItemFormFactory.getDeleteHarmonizedTariffScheduleCodeTranslationForm(); 813 } 814 815 public GetItemWeightTypeChoicesForm getGetItemWeightTypeChoicesForm() { 816 return ItemFormFactory.getGetItemWeightTypeChoicesForm(); 817 } 818 819 public GetItemKitMemberForm getGetItemKitMemberForm() { 820 return ItemFormFactory.getGetItemKitMemberForm(); 821 } 822 823 public SetDefaultItemWeightTypeForm getSetDefaultItemWeightTypeForm() { 824 return ItemFormFactory.getSetDefaultItemWeightTypeForm(); 825 } 826 827 public GetItemPriceTypeForm getGetItemPriceTypeForm() { 828 return ItemFormFactory.getGetItemPriceTypeForm(); 829 } 830 831 public GetItemVolumeTypeChoicesForm getGetItemVolumeTypeChoicesForm() { 832 return ItemFormFactory.getGetItemVolumeTypeChoicesForm(); 833 } 834 835 public GetItemHarmonizedTariffScheduleCodeForm getGetItemHarmonizedTariffScheduleCodeForm() { 836 return ItemFormFactory.getGetItemHarmonizedTariffScheduleCodeForm(); 837 } 838 839 public DeleteItemCountryOfOriginForm getDeleteItemCountryOfOriginForm() { 840 return ItemFormFactory.getDeleteItemCountryOfOriginForm(); 841 } 842 843 public SetDefaultHarmonizedTariffScheduleCodeUseTypeForm getSetDefaultHarmonizedTariffScheduleCodeUseTypeForm() { 844 return ItemFormFactory.getSetDefaultHarmonizedTariffScheduleCodeUseTypeForm(); 845 } 846 847 public EditRelatedItemForm getEditRelatedItemForm() { 848 return ItemFormFactory.getEditRelatedItemForm(); 849 } 850 851 public EditItemUnitOfMeasureTypeForm getEditItemUnitOfMeasureTypeForm() { 852 return ItemFormFactory.getEditItemUnitOfMeasureTypeForm(); 853 } 854 855 public GetItemAliasTypeChoicesForm getGetItemAliasTypeChoicesForm() { 856 return ItemFormFactory.getGetItemAliasTypeChoicesForm(); 857 } 858 859 public DeleteItemCategoryForm getDeleteItemCategoryForm() { 860 return ItemFormFactory.getDeleteItemCategoryForm(); 861 } 862 863 public DeleteItemKitMemberForm getDeleteItemKitMemberForm() { 864 return ItemFormFactory.getDeleteItemKitMemberForm(); 865 } 866 867 public CreateItemCategoryDescriptionForm getCreateItemCategoryDescriptionForm() { 868 return ItemFormFactory.getCreateItemCategoryDescriptionForm(); 869 } 870 871 public GetItemInventoryTypesForm getGetItemInventoryTypesForm() { 872 return ItemFormFactory.getGetItemInventoryTypesForm(); 873 } 874 875 public CreateHarmonizedTariffScheduleCodeTranslationForm getCreateHarmonizedTariffScheduleCodeTranslationForm() { 876 return ItemFormFactory.getCreateHarmonizedTariffScheduleCodeTranslationForm(); 877 } 878 879 public GetHarmonizedTariffScheduleCodeTranslationsForm getGetHarmonizedTariffScheduleCodeTranslationsForm() { 880 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeTranslationsForm(); 881 } 882 883 public SetDefaultItemVolumeTypeForm getSetDefaultItemVolumeTypeForm() { 884 return ItemFormFactory.getSetDefaultItemVolumeTypeForm(); 885 } 886 887 public GetItemTypeChoicesForm getGetItemTypeChoicesForm() { 888 return ItemFormFactory.getGetItemTypeChoicesForm(); 889 } 890 891 public CreateItemAliasTypeForm getCreateItemAliasTypeForm() { 892 return ItemFormFactory.getCreateItemAliasTypeForm(); 893 } 894 895 public GetItemInventoryTypeForm getGetItemInventoryTypeForm() { 896 return ItemFormFactory.getGetItemInventoryTypeForm(); 897 } 898 899 public GetHarmonizedTariffScheduleCodeUnitDescriptionsForm getGetHarmonizedTariffScheduleCodeUnitDescriptionsForm() { 900 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUnitDescriptionsForm(); 901 } 902 903 public GetItemDescriptionTypeUseForm getGetItemDescriptionTypeUseForm() { 904 return ItemFormFactory.getGetItemDescriptionTypeUseForm(); 905 } 906 907 public EditHarmonizedTariffScheduleCodeUnitForm getEditHarmonizedTariffScheduleCodeUnitForm() { 908 return ItemFormFactory.getEditHarmonizedTariffScheduleCodeUnitForm(); 909 } 910 911 public GetItemStatusChoicesForm getGetItemStatusChoicesForm() { 912 return ItemFormFactory.getGetItemStatusChoicesForm(); 913 } 914 915 public GetItemDescriptionsForm getGetItemDescriptionsForm() { 916 return ItemFormFactory.getGetItemDescriptionsForm(); 917 } 918 919 public DeleteRelatedItemTypeForm getDeleteRelatedItemTypeForm() { 920 return ItemFormFactory.getDeleteRelatedItemTypeForm(); 921 } 922 923 public DeleteItemPriceForm getDeleteItemPriceForm() { 924 return ItemFormFactory.getDeleteItemPriceForm(); 925 } 926 927 public GetHarmonizedTariffScheduleCodeUnitsForm getGetHarmonizedTariffScheduleCodeUnitsForm() { 928 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUnitsForm(); 929 } 930 931 public GetItemDescriptionTypeUsesForm getGetItemDescriptionTypeUsesForm() { 932 return ItemFormFactory.getGetItemDescriptionTypeUsesForm(); 933 } 934 935 public GetItemCategoryChoicesForm getGetItemCategoryChoicesForm() { 936 return ItemFormFactory.getGetItemCategoryChoicesForm(); 937 } 938 939 public CreateItemWeightTypeForm getCreateItemWeightTypeForm() { 940 return ItemFormFactory.getCreateItemWeightTypeForm(); 941 } 942 943 public DeleteItemDescriptionTypeForm getDeleteItemDescriptionTypeForm() { 944 return ItemFormFactory.getDeleteItemDescriptionTypeForm(); 945 } 946 947 public GetItemKitMembersForm getGetItemKitMembersForm() { 948 return ItemFormFactory.getGetItemKitMembersForm(); 949 } 950 951 public GetHarmonizedTariffScheduleCodeUseTypeForm getGetHarmonizedTariffScheduleCodeUseTypeForm() { 952 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUseTypeForm(); 953 } 954 955 public DeleteItemAliasForm getDeleteItemAliasForm() { 956 return ItemFormFactory.getDeleteItemAliasForm(); 957 } 958 959 public CreateItemVolumeTypeDescriptionForm getCreateItemVolumeTypeDescriptionForm() { 960 return ItemFormFactory.getCreateItemVolumeTypeDescriptionForm(); 961 } 962 963 public EditItemDescriptionTypeDescriptionForm getEditItemDescriptionTypeDescriptionForm() { 964 return ItemFormFactory.getEditItemDescriptionTypeDescriptionForm(); 965 } 966 967 public GetItemCategoryDescriptionForm getGetItemCategoryDescriptionForm() { 968 return ItemFormFactory.getGetItemCategoryDescriptionForm(); 969 } 970 971 public GetItemsForm getGetItemsForm() { 972 return ItemFormFactory.getGetItemsForm(); 973 } 974 975 public DeleteItemVolumeTypeDescriptionForm getDeleteItemVolumeTypeDescriptionForm() { 976 return ItemFormFactory.getDeleteItemVolumeTypeDescriptionForm(); 977 } 978 979 public SetDefaultRelatedItemTypeForm getSetDefaultRelatedItemTypeForm() { 980 return ItemFormFactory.getSetDefaultRelatedItemTypeForm(); 981 } 982 983 public SetDefaultItemCategoryForm getSetDefaultItemCategoryForm() { 984 return ItemFormFactory.getSetDefaultItemCategoryForm(); 985 } 986 987 public CreateItemCategoryForm getCreateItemCategoryForm() { 988 return ItemFormFactory.getCreateItemCategoryForm(); 989 } 990 991 public GetItemHarmonizedTariffScheduleCodesForm getGetItemHarmonizedTariffScheduleCodesForm() { 992 return ItemFormFactory.getGetItemHarmonizedTariffScheduleCodesForm(); 993 } 994 995 public GetItemUnitPriceLimitForm getGetItemUnitPriceLimitForm() { 996 return ItemFormFactory.getGetItemUnitPriceLimitForm(); 997 } 998 999 public EditItemDescriptionTypeUseTypeForm getEditItemDescriptionTypeUseTypeForm() { 1000 return ItemFormFactory.getEditItemDescriptionTypeUseTypeForm(); 1001 } 1002 1003 public GetItemVolumesForm getGetItemVolumesForm() { 1004 return ItemFormFactory.getGetItemVolumesForm(); 1005 } 1006 1007 public CreateItemAliasChecksumTypeForm getCreateItemAliasChecksumTypeForm() { 1008 return ItemFormFactory.getCreateItemAliasChecksumTypeForm(); 1009 } 1010 1011 public GetItemUnitOfMeasureTypeForm getGetItemUnitOfMeasureTypeForm() { 1012 return ItemFormFactory.getGetItemUnitOfMeasureTypeForm(); 1013 } 1014 1015 public EditItemWeightTypeDescriptionForm getEditItemWeightTypeDescriptionForm() { 1016 return ItemFormFactory.getEditItemWeightTypeDescriptionForm(); 1017 } 1018 1019 public EditHarmonizedTariffScheduleCodeTranslationForm getEditHarmonizedTariffScheduleCodeTranslationForm() { 1020 return ItemFormFactory.getEditHarmonizedTariffScheduleCodeTranslationForm(); 1021 } 1022 1023 public GetItemDescriptionForm getGetItemDescriptionForm() { 1024 return ItemFormFactory.getGetItemDescriptionForm(); 1025 } 1026 1027 public GetItemUnitLimitsForm getGetItemUnitLimitsForm() { 1028 return ItemFormFactory.getGetItemUnitLimitsForm(); 1029 } 1030 1031 public CreateItemVolumeTypeForm getCreateItemVolumeTypeForm() { 1032 return ItemFormFactory.getCreateItemVolumeTypeForm(); 1033 } 1034 1035 public CreateItemTypeForm getCreateItemTypeForm() { 1036 return ItemFormFactory.getCreateItemTypeForm(); 1037 } 1038 1039 public GetItemDescriptionTypesForm getGetItemDescriptionTypesForm() { 1040 return ItemFormFactory.getGetItemDescriptionTypesForm(); 1041 } 1042 1043 public GetItemUseTypesForm getGetItemUseTypesForm() { 1044 return ItemFormFactory.getGetItemUseTypesForm(); 1045 } 1046 1047 public CreateItemImageTypeDescriptionForm getCreateItemImageTypeDescriptionForm() { 1048 return ItemFormFactory.getCreateItemImageTypeDescriptionForm(); 1049 } 1050 1051 public DeleteHarmonizedTariffScheduleCodeUseTypeDescriptionForm getDeleteHarmonizedTariffScheduleCodeUseTypeDescriptionForm() { 1052 return ItemFormFactory.getDeleteHarmonizedTariffScheduleCodeUseTypeDescriptionForm(); 1053 } 1054 1055 public CreateHarmonizedTariffScheduleCodeUnitDescriptionForm getCreateHarmonizedTariffScheduleCodeUnitDescriptionForm() { 1056 return ItemFormFactory.getCreateHarmonizedTariffScheduleCodeUnitDescriptionForm(); 1057 } 1058 1059 public DeleteItemImageTypeForm getDeleteItemImageTypeForm() { 1060 return ItemFormFactory.getDeleteItemImageTypeForm(); 1061 } 1062 1063 public GetHarmonizedTariffScheduleCodesForm getGetHarmonizedTariffScheduleCodesForm() { 1064 return ItemFormFactory.getGetHarmonizedTariffScheduleCodesForm(); 1065 } 1066 1067 public CreateItemUseTypeDescriptionForm getCreateItemUseTypeDescriptionForm() { 1068 return ItemFormFactory.getCreateItemUseTypeDescriptionForm(); 1069 } 1070 1071 public EditItemDescriptionTypeForm getEditItemDescriptionTypeForm() { 1072 return ItemFormFactory.getEditItemDescriptionTypeForm(); 1073 } 1074 1075 public GetItemTypeForm getGetItemTypeForm() { 1076 return ItemFormFactory.getGetItemTypeForm(); 1077 } 1078 1079 public GetItemPackCheckRequirementForm getGetItemPackCheckRequirementForm() { 1080 return ItemFormFactory.getGetItemPackCheckRequirementForm(); 1081 } 1082 1083 public GetRelatedItemTypeForm getGetRelatedItemTypeForm() { 1084 return ItemFormFactory.getGetRelatedItemTypeForm(); 1085 } 1086 1087 public GetItemUnitLimitForm getGetItemUnitLimitForm() { 1088 return ItemFormFactory.getGetItemUnitLimitForm(); 1089 } 1090 1091 public CreateItemInventoryTypeDescriptionForm getCreateItemInventoryTypeDescriptionForm() { 1092 return ItemFormFactory.getCreateItemInventoryTypeDescriptionForm(); 1093 } 1094 1095 public EditItemUnitPriceLimitForm getEditItemUnitPriceLimitForm() { 1096 return ItemFormFactory.getEditItemUnitPriceLimitForm(); 1097 } 1098 1099 public EditHarmonizedTariffScheduleCodeUseTypeDescriptionForm getEditHarmonizedTariffScheduleCodeUseTypeDescriptionForm() { 1100 return ItemFormFactory.getEditHarmonizedTariffScheduleCodeUseTypeDescriptionForm(); 1101 } 1102 1103 public SetDefaultItemAliasTypeForm getSetDefaultItemAliasTypeForm() { 1104 return ItemFormFactory.getSetDefaultItemAliasTypeForm(); 1105 } 1106 1107 public DeleteItemWeightForm getDeleteItemWeightForm() { 1108 return ItemFormFactory.getDeleteItemWeightForm(); 1109 } 1110 1111 public GetItemUseTypeChoicesForm getGetItemUseTypeChoicesForm() { 1112 return ItemFormFactory.getGetItemUseTypeChoicesForm(); 1113 } 1114 1115 public DeleteItemUnitOfMeasureTypeForm getDeleteItemUnitOfMeasureTypeForm() { 1116 return ItemFormFactory.getDeleteItemUnitOfMeasureTypeForm(); 1117 } 1118 1119 public GetRelatedItemTypeDescriptionsForm getGetRelatedItemTypeDescriptionsForm() { 1120 return ItemFormFactory.getGetRelatedItemTypeDescriptionsForm(); 1121 } 1122 1123 public DeleteItemVolumeForm getDeleteItemVolumeForm() { 1124 return ItemFormFactory.getDeleteItemVolumeForm(); 1125 } 1126 1127 public DeleteItemDescriptionForm getDeleteItemDescriptionForm() { 1128 return ItemFormFactory.getDeleteItemDescriptionForm(); 1129 } 1130 1131 public GetItemDescriptionTypeDescriptionsForm getGetItemDescriptionTypeDescriptionsForm() { 1132 return ItemFormFactory.getGetItemDescriptionTypeDescriptionsForm(); 1133 } 1134 1135 public GetItemAliasTypeDescriptionForm getGetItemAliasTypeDescriptionForm() { 1136 return ItemFormFactory.getGetItemAliasTypeDescriptionForm(); 1137 } 1138 1139 public EditItemCategoryDescriptionForm getEditItemCategoryDescriptionForm() { 1140 return ItemFormFactory.getEditItemCategoryDescriptionForm(); 1141 } 1142 1143 public GetHarmonizedTariffScheduleCodeUnitForm getGetHarmonizedTariffScheduleCodeUnitForm() { 1144 return ItemFormFactory.getGetHarmonizedTariffScheduleCodeUnitForm(); 1145 } 1146 1147 public CreateItemVolumeForm getCreateItemVolumeForm() { 1148 return ItemFormFactory.getCreateItemVolumeForm(); 1149 } 1150 1151 public DeleteItemUnitLimitForm getDeleteItemUnitLimitForm() { 1152 return ItemFormFactory.getDeleteItemUnitLimitForm(); 1153 } 1154 1155 public GetItemUnitCustomerTypeLimitsForm getGetItemUnitCustomerTypeLimitsForm() { 1156 return ItemFormFactory.getGetItemUnitCustomerTypeLimitsForm(); 1157 } 1158 1159 public EditItemShippingTimeForm getEditItemShippingTimeForm() { 1160 return ItemFormFactory.getEditItemShippingTimeForm(); 1161 } 1162 1163 public DeleteHarmonizedTariffScheduleCodeUseForm getDeleteHarmonizedTariffScheduleCodeUseForm() { 1164 return ItemFormFactory.getDeleteHarmonizedTariffScheduleCodeUseForm(); 1165 } 1166 1167 public EditItemUnitCustomerTypeLimitForm getEditItemUnitCustomerTypeLimitForm() { 1168 return ItemFormFactory.getEditItemUnitCustomerTypeLimitForm(); 1169 } 1170 1171 public CreateItemWeightForm getCreateItemWeightForm() { 1172 return ItemFormFactory.getCreateItemWeightForm(); 1173 } 1174 1175 public GetItemImageTypeForm getGetItemImageTypeForm() { 1176 return ItemFormFactory.getGetItemImageTypeForm(); 1177 } 1178 1179 public ItemDescriptionSpec getItemDescriptionSpec() { 1180 return ItemSpecFactory.getItemDescriptionSpec(); 1181 } 1182 1183 public ItemAliasTypeSpec getItemAliasTypeSpec() { 1184 return ItemSpecFactory.getItemAliasTypeSpec(); 1185 } 1186 1187 public ItemSpec getItemSpec() { 1188 return ItemSpecFactory.getItemSpec(); 1189 } 1190 1191 public ItemCategorySpec getItemCategorySpec() { 1192 return ItemSpecFactory.getItemCategorySpec(); 1193 } 1194 1195 public ItemDescriptionTypeSpec getItemDescriptionTypeSpec() { 1196 return ItemSpecFactory.getItemDescriptionTypeSpec(); 1197 } 1198 1199 public ItemShippingTimeSpec getItemShippingTimeSpec() { 1200 return ItemSpecFactory.getItemShippingTimeSpec(); 1201 } 1202 1203 public HarmonizedTariffScheduleCodeUseTypeSpec getHarmonizedTariffScheduleCodeUseTypeSpec() { 1204 return ItemSpecFactory.getHarmonizedTariffScheduleCodeUseTypeSpec(); 1205 } 1206 1207 public ItemCategoryUniversalSpec getItemCategoryUniversalSpec() { 1208 return ItemSpecFactory.getItemCategoryUniversalSpec(); 1209 } 1210 1211 public ItemTypeSpec getItemTypeSpec() { 1212 return ItemSpecFactory.getItemTypeSpec(); 1213 } 1214 1215 public ItemVolumeTypeUniversalSpec getItemVolumeTypeUniversalSpec() { 1216 return ItemSpecFactory.getItemVolumeTypeUniversalSpec(); 1217 } 1218 1219 public ItemPriceSpec getItemPriceSpec() { 1220 return ItemSpecFactory.getItemPriceSpec(); 1221 } 1222 1223 public ItemDescriptionTypeUseSpec getItemDescriptionTypeUseSpec() { 1224 return ItemSpecFactory.getItemDescriptionTypeUseSpec(); 1225 } 1226 1227 public HarmonizedTariffScheduleCodeUseTypeDescriptionSpec getHarmonizedTariffScheduleCodeUseTypeDescriptionSpec() { 1228 return ItemSpecFactory.getHarmonizedTariffScheduleCodeUseTypeDescriptionSpec(); 1229 } 1230 1231 public RelatedItemTypeSpec getRelatedItemTypeSpec() { 1232 return ItemSpecFactory.getRelatedItemTypeSpec(); 1233 } 1234 1235 public ItemAliasSpec getItemAliasSpec() { 1236 return ItemSpecFactory.getItemAliasSpec(); 1237 } 1238 1239 public ItemWeightSpec getItemWeightSpec() { 1240 return ItemSpecFactory.getItemWeightSpec(); 1241 } 1242 1243 public ItemVolumeSpec getItemVolumeSpec() { 1244 return ItemSpecFactory.getItemVolumeSpec(); 1245 } 1246 1247 public ItemUnitOfMeasureTypeSpec getItemUnitOfMeasureTypeSpec() { 1248 return ItemSpecFactory.getItemUnitOfMeasureTypeSpec(); 1249 } 1250 1251 public ItemWeightTypeUniversalSpec getItemWeightTypeUniversalSpec() { 1252 return ItemSpecFactory.getItemWeightTypeUniversalSpec(); 1253 } 1254 1255 public ItemInventoryTypeUniversalSpec getItemInventoryTypeUniversalSpec() { 1256 return ItemSpecFactory.getItemInventoryTypeUniversalSpec(); 1257 } 1258 1259 public ItemImageTypeUniversalSpec getItemImageTypeUniversalSpec() { 1260 return ItemSpecFactory.getItemImageTypeUniversalSpec(); 1261 } 1262 1263 public HarmonizedTariffScheduleCodeTranslationSpec getHarmonizedTariffScheduleCodeTranslationSpec() { 1264 return ItemSpecFactory.getHarmonizedTariffScheduleCodeTranslationSpec(); 1265 } 1266 1267 public RelatedItemTypeUniversalSpec getRelatedItemTypeUniversalSpec() { 1268 return ItemSpecFactory.getRelatedItemTypeUniversalSpec(); 1269 } 1270 1271 public ItemUseTypeUniversalSpec getItemUseTypeUniversalSpec() { 1272 return ItemSpecFactory.getItemUseTypeUniversalSpec(); 1273 } 1274 1275 public ItemVolumeTypeDescriptionSpec getItemVolumeTypeDescriptionSpec() { 1276 return ItemSpecFactory.getItemVolumeTypeDescriptionSpec(); 1277 } 1278 1279 public ItemCountryOfOriginSpec getItemCountryOfOriginSpec() { 1280 return ItemSpecFactory.getItemCountryOfOriginSpec(); 1281 } 1282 1283 public ItemCategoryDescriptionSpec getItemCategoryDescriptionSpec() { 1284 return ItemSpecFactory.getItemCategoryDescriptionSpec(); 1285 } 1286 1287 public ItemDescriptionUniversalSpec getItemDescriptionUniversalSpec() { 1288 return ItemSpecFactory.getItemDescriptionUniversalSpec(); 1289 } 1290 1291 public ItemUnitPriceLimitSpec getItemUnitPriceLimitSpec() { 1292 return ItemSpecFactory.getItemUnitPriceLimitSpec(); 1293 } 1294 1295 public HarmonizedTariffScheduleCodeSpec getHarmonizedTariffScheduleCodeSpec() { 1296 return ItemSpecFactory.getHarmonizedTariffScheduleCodeSpec(); 1297 } 1298 1299 public ItemDescriptionTypeUseTypeDescriptionSpec getItemDescriptionTypeUseTypeDescriptionSpec() { 1300 return ItemSpecFactory.getItemDescriptionTypeUseTypeDescriptionSpec(); 1301 } 1302 1303 public ItemUniversalSpec getItemUniversalSpec() { 1304 return ItemSpecFactory.getItemUniversalSpec(); 1305 } 1306 1307 public ItemHarmonizedTariffScheduleCodeSpec getItemHarmonizedTariffScheduleCodeSpec() { 1308 return ItemSpecFactory.getItemHarmonizedTariffScheduleCodeSpec(); 1309 } 1310 1311 public ItemPriceTypeSpec getItemPriceTypeSpec() { 1312 return ItemSpecFactory.getItemPriceTypeSpec(); 1313 } 1314 1315 public ItemKitMemberSpec getItemKitMemberSpec() { 1316 return ItemSpecFactory.getItemKitMemberSpec(); 1317 } 1318 1319 public ItemDescriptionTypeUseTypeUniversalSpec getItemDescriptionTypeUseTypeUniversalSpec() { 1320 return ItemSpecFactory.getItemDescriptionTypeUseTypeUniversalSpec(); 1321 } 1322 1323 public ItemImageTypeDescriptionSpec getItemImageTypeDescriptionSpec() { 1324 return ItemSpecFactory.getItemImageTypeDescriptionSpec(); 1325 } 1326 1327 public RelatedItemTypeDescriptionSpec getRelatedItemTypeDescriptionSpec() { 1328 return ItemSpecFactory.getRelatedItemTypeDescriptionSpec(); 1329 } 1330 1331 public ItemDescriptionTypeUniversalSpec getItemDescriptionTypeUniversalSpec() { 1332 return ItemSpecFactory.getItemDescriptionTypeUniversalSpec(); 1333 } 1334 1335 public HarmonizedTariffScheduleCodeUnitDescriptionSpec getHarmonizedTariffScheduleCodeUnitDescriptionSpec() { 1336 return ItemSpecFactory.getHarmonizedTariffScheduleCodeUnitDescriptionSpec(); 1337 } 1338 1339 public ItemTypeUniversalSpec getItemTypeUniversalSpec() { 1340 return ItemSpecFactory.getItemTypeUniversalSpec(); 1341 } 1342 1343 public ItemDeliveryTypeUniversalSpec getItemDeliveryTypeUniversalSpec() { 1344 return ItemSpecFactory.getItemDeliveryTypeUniversalSpec(); 1345 } 1346 1347 public ItemDescriptionTypeDescriptionSpec getItemDescriptionTypeDescriptionSpec() { 1348 return ItemSpecFactory.getItemDescriptionTypeDescriptionSpec(); 1349 } 1350 1351 public ItemVolumeTypeSpec getItemVolumeTypeSpec() { 1352 return ItemSpecFactory.getItemVolumeTypeSpec(); 1353 } 1354 1355 public ItemWeightTypeDescriptionSpec getItemWeightTypeDescriptionSpec() { 1356 return ItemSpecFactory.getItemWeightTypeDescriptionSpec(); 1357 } 1358 1359 public ItemAliasChecksumTypeSpec getItemAliasChecksumTypeSpec() { 1360 return ItemSpecFactory.getItemAliasChecksumTypeSpec(); 1361 } 1362 1363 public RelatedItemSpec getRelatedItemSpec() { 1364 return ItemSpecFactory.getRelatedItemSpec(); 1365 } 1366 1367 public ItemPackCheckRequirementSpec getItemPackCheckRequirementSpec() { 1368 return ItemSpecFactory.getItemPackCheckRequirementSpec(); 1369 } 1370 1371 public ItemImageTypeSpec getItemImageTypeSpec() { 1372 return ItemSpecFactory.getItemImageTypeSpec(); 1373 } 1374 1375 public ItemWeightTypeSpec getItemWeightTypeSpec() { 1376 return ItemSpecFactory.getItemWeightTypeSpec(); 1377 } 1378 1379 public HarmonizedTariffScheduleCodeUnitSpec getHarmonizedTariffScheduleCodeUnitSpec() { 1380 return ItemSpecFactory.getHarmonizedTariffScheduleCodeUnitSpec(); 1381 } 1382 1383 public ItemAliasChecksumTypeUniversalSpec getItemAliasChecksumTypeUniversalSpec() { 1384 return ItemSpecFactory.getItemAliasChecksumTypeUniversalSpec(); 1385 } 1386 1387 public ItemAliasTypeDescriptionSpec getItemAliasTypeDescriptionSpec() { 1388 return ItemSpecFactory.getItemAliasTypeDescriptionSpec(); 1389 } 1390 1391 public HarmonizedTariffScheduleCodeUseSpec getHarmonizedTariffScheduleCodeUseSpec() { 1392 return ItemSpecFactory.getHarmonizedTariffScheduleCodeUseSpec(); 1393 } 1394 1395 public ItemUnitLimitSpec getItemUnitLimitSpec() { 1396 return ItemSpecFactory.getItemUnitLimitSpec(); 1397 } 1398 1399 public ItemDeliveryTypeSpec getItemDeliveryTypeSpec() { 1400 return ItemSpecFactory.getItemDeliveryTypeSpec(); 1401 } 1402 1403 public ItemUseTypeSpec getItemUseTypeSpec() { 1404 return ItemSpecFactory.getItemUseTypeSpec(); 1405 } 1406 1407 public ItemInventoryTypeSpec getItemInventoryTypeSpec() { 1408 return ItemSpecFactory.getItemInventoryTypeSpec(); 1409 } 1410 1411 public ItemUnitCustomerTypeLimitSpec getItemUnitCustomerTypeLimitSpec() { 1412 return ItemSpecFactory.getItemUnitCustomerTypeLimitSpec(); 1413 } 1414 1415 public ItemDescriptionTypeUseTypeSpec getItemDescriptionTypeUseTypeSpec() { 1416 return ItemSpecFactory.getItemDescriptionTypeUseTypeSpec(); 1417 } 1418 1419 public ItemPackCheckSpec getItemPackCheckSpec() { 1420 return ItemSpecFactory.getItemPackCheckSpec(); 1421 } 1422 1423 public ItemAliasTypeUniversalSpec getItemAliasTypeUniversalSpec() { 1424 return ItemSpecFactory.getItemAliasTypeUniversalSpec(); 1425 } 1426 1427 public ItemPriceTypeUniversalSpec getItemPriceTypeUniversalSpec() { 1428 return ItemSpecFactory.getItemPriceTypeUniversalSpec(); 1429 } 1430 1431}