Class ConnectedDocumentItemImpl

    • Field Detail

      • posNumber

        protected java.lang.String posNumber
        position number of the item
      • documentKey

        protected TechKey documentKey
        technical key for the document
      • date

        protected java.util.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 java.math.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 java.lang.String unitOfMesure
        quantity unit as attribute for the doc flow see the reference attribute 'quantity'
      • docOrigin

        protected java.lang.String docOrigin
        origin of the connected item
      • appTyp

        protected java.lang.String appTyp
        application type
      • refGuid

        protected java.lang.String refGuid
        Reference guid
      • trackingURL

        protected java.lang.String trackingURL
        tracking URL for Delivery connected documents
    • Constructor Detail

      • ConnectedDocumentItemImpl

        public ConnectedDocumentItemImpl()
    • Method Detail

      • setPosNumber

        public void setPosNumber​(java.lang.String posNumber)
        Set the Position Number of the connected Item
        Specified by:
        setPosNumber in interface ConnectedDocumentItem
        Parameters:
        posNumber - position number
      • getPosNumber

        public java.lang.String getPosNumber()
        Returns the Position Number of the connected Item
        Specified by:
        getPosNumber in interface ConnectedDocumentItem
        Returns:
        position number
      • getDate

        public java.util.Date getDate()
        Returns the date of the relation item e.g. delivery date
        Specified by:
        getDate in interface ConnectedDocumentItem
        Returns:
        Date of the item
      • setDate

        public void setDate​(java.util.Date date)
        Sets the date for the relation item e.g. delivery date, provided by the doc flow
        Specified by:
        setDate in interface ConnectedDocumentItem
        Parameters:
        date - Date of the item
      • getQuantity

        public java.math.BigDecimal getQuantity()
        returns the quantity for the relation item e.g. delivered quantity
        Specified by:
        getQuantity in interface ConnectedDocumentItem
        Returns:
        Quantity
      • setQuantity

        public void setQuantity​(java.math.BigDecimal quant)
        Description copied from interface: ConnectedDocumentItem
        Sets the quantity of the item (e.g. delivered quantity).
        Specified by:
        setQuantity in interface ConnectedDocumentItem
        Parameters:
        quant - Quantity
      • getUnit

        public java.lang.String getUnit()
        returns the quantity unit see the reference attribute 'quantity'
        Specified by:
        getUnit in interface ConnectedDocumentItem
        Returns:
        Quantity Unit
      • setUnit

        public void setUnit​(java.lang.String quantUnit)
        sets the quantity unit provided by the doc flow as attribute of the item relation
        Specified by:
        setUnit in interface ConnectedDocumentItem
        Parameters:
        quantUnit - Quantity Unit
      • getAppTyp

        public java.lang.String getAppTyp()
        returns the applicaion type
        Specified by:
        getAppTyp in interface ConnectedDocumentItem
        Returns:
        Application type
      • setAppTyp

        public void setAppTyp​(java.lang.String string)
        sets the application type of reference document
        Specified by:
        setAppTyp in interface ConnectedDocumentItem
        Parameters:
        string - Application type
      • getRefGuid

        public java.lang.String getRefGuid()
        returns the reference guid
        Specified by:
        getRefGuid in interface ConnectedObject
        Returns:
        Reference GUID
      • setRefGuid

        public void setRefGuid​(java.lang.String refGuid)
        sets the reference guid
        Specified by:
        setRefGuid in interface ConnectedObject
        Parameters:
        refGuid - Reference GUID
      • getTrackingURL

        public java.lang.String getTrackingURL()
        returns the tracking URL for delivery doc flow entry
        Specified by:
        getTrackingURL in interface ConnectedDocumentItem
        Returns:
        Tracking URL
      • setTrackingURL

        public void setTrackingURL​(java.lang.String string)
        sets the tracking URL for delivery doc flow entry
        Specified by:
        setTrackingURL in interface ConnectedDocumentItem
        Parameters:
        string - Tracking URL
      • getBusObjectType

        public java.lang.String getBusObjectType()
        Description copied from interface: ConnectedObject
        Returns the business object type of the document.
        Specified by:
        getBusObjectType in interface ConnectedObject
        Returns:
        Business object type
      • setBusObjectType

        public void setBusObjectType​(java.lang.String busObjectType)
        Description copied from interface: ConnectedObject
        Sets the business object type of the document.
        Specified by:
        setBusObjectType in interface ConnectedObject
        Parameters:
        busObjectType - Business object type