All Superinterfaces:
BusinessObject, Cloneable, MessageListHolder, Serializable
All Known Subinterfaces:
BillTo, ShipTo
All Known Implementing Classes:
BillToImpl, PartnerBaseImpl, ShipToImpl

public interface PartnerBase extends BusinessObject, Cloneable, Serializable
Represents the PartnerBase object.
  • Method Details

    • setAddress

      void setAddress(Address address)
      Sets the fully qualified address for the partner.
      Parameters:
      address - The address to be set
    • setShortAddress

      void setShortAddress(String address)
      Sets the short address for the partner.
      Parameters:
      address - The short address for the partner
    • getShortAddress

      String getShortAddress()
      Returns the short address of the partner.
      Returns:
      shortAddress The short address of the partner
    • getAddress

      Address getAddress()
      Returns the address of the partner.
      Returns:
      Address of the partner
    • setId

      void setId(String id)
      Sets the id of the partner.
      Parameters:
      id - The Id of the partner
    • getId

      String getId()
      Returns the Id of the partner.
      Returns:
      Id The id of the partner
    • isIdX

      boolean isIdX()
      Returns value which indicates that address was set.
      Returns:
      true, if address was set
    • setIdX

      void setIdX(boolean idX)
      Sets flag which indicates that address was set.
      Parameters:
      idX - Flag indicates whether address was set
    • clone

      PartnerBase clone()
      Returns:
      clone
      See Also: