Class AESXPackedItemDTO

java.lang.Object
de.aeb.xnsg.aes.xdecl.bf.AESXPackedItemDTO
All Implemented Interfaces:
Serializable

public class AESXPackedItemDTO extends Object implements Serializable
Packed item, which represents the association between a package and a delivery item.
See Also:
  • Field Details

    • itemNumber

      public String itemNumber
      Serially numbered identifier for the item.

      length=10

    • itemIdHost

      public String itemIdHost

      The installationIdHost in combination with the transactionIdHost and the itemIdHost uniquely identifies an item.

      length=20

    • packedQuantity

      public BigDecimal packedQuantity

      The packed quantity

      length=13,3

  • Constructor Details

    • AESXPackedItemDTO

      public AESXPackedItemDTO()