Class ConnectedDocumentImpl

    • Field Detail

      • refGuid

        protected java.lang.String refGuid
        Reference to related document
      • appTyp

        protected java.lang.String appTyp
        Application type
      • docOrigin

        protected java.lang.String docOrigin
        Document origen
    • Constructor Detail

      • ConnectedDocumentImpl

        public ConnectedDocumentImpl()
    • Method Detail

      • getRefGuid

        public java.lang.String getRefGuid()
        Returns the document number
        Specified by:
        getRefGuid in interface ConnectedObject
        Returns:
        document number is used to identify the document in the backend
      • setRefGuid

        public void setRefGuid​(java.lang.String refGuid)
        Sets the document number
        Specified by:
        setRefGuid in interface ConnectedObject
        Parameters:
        refGuid - Reference GUID
      • getAppTyp

        public java.lang.String getAppTyp()
        Returns the document number
        Specified by:
        getAppTyp in interface ConnectedDocument
        Returns:
        document type is used to identify the backend of the document (one order document (1) or from CRM billing (B)
      • setAppTyp

        public void setAppTyp​(java.lang.String appTyp)
        Sets the document type used to identify the back end of the document (one order document or from CRM billing)
        Specified by:
        setAppTyp in interface ConnectedDocument
        Parameters:
        appTyp - Document application type
      • setDocumentOrigin

        public void setDocumentOrigin​(java.lang.String docOrigin)
        Set the origin (e.g RFC destination) of a document
        Specified by:
        setDocumentOrigin in interface ConnectedObject
        Parameters:
        docOrigin - containing a documents origin
      • getDocumentOrigin

        public java.lang.String getDocumentOrigin()
        Returns the origin (e.g RFC destination) of a document
        Specified by:
        getDocumentOrigin in interface ConnectedObject
        Returns:
        String containing a documents origin
      • 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