All Implemented Interfaces:
BackendAware, BusinessObject, MessageListHolder, ConnectedDocumentItem, ConnectedObject, Serializable, Cloneable

public class ConnectedDocumentItemImpl extends ConnectedObjectImpl implements ConnectedDocumentItem
Standard implementation for the ConnectedDocumentItem interface.
The ConnectedDocumentItem represents an entry in the document flow on item level.
See Also:
  • Field Details

    • posNumber

      protected String posNumber
      position number of the item
    • documentKey

      protected TechKey documentKey
      technical key for the document
    • date

      protected Date date
      date as attribute for the doc flow e.g. delivery date in the item doc flow entry for a order-delivery relation
    • quantity

      protected BigDecimal quantity
      quantity as attribute for the doc flow e.g. delivered quantity in the item doc flow entry for a order-delivery relation
    • unitOfMesure

      protected String unitOfMesure
      quantity unit as attribute for the doc flow see the reference attribute 'quantity'
    • docOrigin

      protected String docOrigin
      origin of the connected item
    • appTyp

      protected String appTyp
      application type
    • refGuid

      protected String refGuid
      Reference guid
    • trackingURL

      protected String trackingURL
      tracking URL for Delivery connected documents
  • Constructor Details

    • ConnectedDocumentItemImpl

      public ConnectedDocumentItemImpl()
  • Method Details