Interface PartnerBase

    • Method Detail

      • setAddress

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

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

        java.lang.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​(java.lang.String id)
        Sets the id of the partner.
        Parameters:
        id - The Id of the partner
      • getId

        java.lang.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:
        Object.clone()