Class PartnerBaseImpl

    • Constructor Detail

      • PartnerBaseImpl

        public PartnerBaseImpl()
    • Method Detail

      • setAddress

        public void setAddress​(Address address)
        Sets the fully qualified address for the ship to
        Specified by:
        setAddress in interface PartnerBase
        Parameters:
        address - The address to be set
      • getAddress

        public Address getAddress()
        Returns the address for the ship to
        Specified by:
        getAddress in interface PartnerBase
        Returns:
        Address
      • getShortAddress

        public java.lang.String getShortAddress()
        Returns the short address for the ship to
        Specified by:
        getShortAddress in interface PartnerBase
        Returns:
        The short address
      • setShortAddress

        public void setShortAddress​(java.lang.String shortAddress)
        Sets the short address for the ship to. The short address is used in dialogs to select a ship to from a list of ship tos
        Specified by:
        setShortAddress in interface PartnerBase
        Parameters:
        shortAddress - The short address for the ship to
      • toString

        public java.lang.String toString()
        Get a string representation of the object.
        Overrides:
        toString in class BusinessObjectBase
        Returns:
        string representation
      • setId

        public void setId​(java.lang.String id)
        Sets the business partner id of the ship to
        Specified by:
        setId in interface PartnerBase
        Parameters:
        id - The id to be set
      • getId

        public java.lang.String getId()
        Returns the id of the the ship to
        Specified by:
        getId in interface PartnerBase
        Returns:
        id
      • isIdX

        public boolean isIdX()
        Description copied from interface: PartnerBase
        Returns value which indicates that address was set.
        Specified by:
        isIdX in interface PartnerBase
        Returns:
        true, if address was set
      • setIdX

        public void setIdX​(boolean idX)
        Description copied from interface: PartnerBase
        Sets flag which indicates that address was set.
        Specified by:
        setIdX in interface PartnerBase
        Parameters:
        idX - Flag indicates whether address was set