Interface ConnectedDocumentItem

    • Method Detail

      • getDocumentKey

        TechKey getDocumentKey()
        Returns the document key.
        Returns:
        Document key
      • setDocumentKey

        void setDocumentKey​(TechKey documentKey)
        Sets the document key.
        Parameters:
        documentKey - Document key
      • setPosNumber

        void setPosNumber​(java.lang.String posNumber)
        Set the Position Number of the connected Item.
        Parameters:
        posNumber - position number as String
      • getPosNumber

        java.lang.String getPosNumber()
        Returns the Position Number of the connected Item.
        Returns:
        position number as String
      • getDate

        java.util.Date getDate()
        Returns the date of the item (e.g. delivery date).
        Returns:
        Date of the item
      • setDate

        void setDate​(java.util.Date date)
        Sets the date of the item.
        Parameters:
        date - Date of the item
      • getQuantity

        java.math.BigDecimal getQuantity()
        Returns the quantity of the item (e.g. delivered quantity).
        Returns:
        Quantity
      • setQuantity

        void setQuantity​(java.math.BigDecimal quant)
        Sets the quantity of the item (e.g. delivered quantity).
        Parameters:
        quant - Quantity
      • getUnit

        java.lang.String getUnit()
        Returns the quantity unit.
        Returns:
        Quantity Unit
      • setUnit

        void setUnit​(java.lang.String quantUnit)
        Sets the quantity unit.
        Parameters:
        quantUnit - Quantity Unit
      • getDocumentOrigin

        java.lang.String getDocumentOrigin()
        Returns the origin of the document.
        Specified by:
        getDocumentOrigin in interface ConnectedObject
        Returns:
        Origin of the document
      • setDocumentOrigin

        void setDocumentOrigin​(java.lang.String string)
        Sets the origin of the document.
        Specified by:
        setDocumentOrigin in interface ConnectedObject
        Parameters:
        string - Origin of the document
      • getAppTyp

        java.lang.String getAppTyp()
        Returns the application type.
        Returns:
        Application type
      • setAppTyp

        void setAppTyp​(java.lang.String string)
        Sets the application type
        Parameters:
        string - Application type
      • getTrackingURL

        java.lang.String getTrackingURL()
        Returns the tracking URL for the delivery doc flow entry.
        Returns:
        Tracking URL
      • setTrackingURL

        void setTrackingURL​(java.lang.String string)
        Sets the tracking URL for delivery doc flow entry.
        Parameters:
        string - Tracking URL