All Superinterfaces:
Serializable
All Known Implementing Classes:
PartnerListEntryImpl

public interface PartnerListEntry extends Serializable
Represents the backend's view of a PartnerListEntry.
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the handle, as an alternative key for the business object, because at the creation point no techkey for the object exists.
    get the Id of the PartnerListEntry
    Get the TechKey of the PartnerListEntry
    void
    setHandle(String handle)
    This method sets the handle, as an alternative key for the business object, because at the creation point no techkey for the object exists.
    void
    setPartnerId(String partnerId)
    Set the TechKey of the PartnerListEntry
    void
    Set the TechKey of the PartnerListEntry
  • Method Details

    • getPartnerTechKey

      TechKey getPartnerTechKey()
      Get the TechKey of the PartnerListEntry
      Returns:
      TechKey of entry
    • setPartnerTechKey

      void setPartnerTechKey(TechKey partnerGUID)
      Set the TechKey of the PartnerListEntry
      Parameters:
      partnerGUID - techkey of the business partner
    • getPartnerId

      String getPartnerId()
      get the Id of the PartnerListEntry
      Returns:
      id of entry
    • setPartnerId

      void setPartnerId(String partnerId)
      Set the TechKey of the PartnerListEntry
      Parameters:
      partnerId - theckey of the business partner
    • getHandle

      String getHandle()
      This method returns the handle, as an alternative key for the business object, because at the creation point no techkey for the object exists. Therefore maybay the handle is needed to identify the object in backend return the handle of business object which is needed to identify the object in the backend, if the techkey still not exists
      Returns:
      string representing this entry
    • setHandle

      void setHandle(String handle)
      This method sets the handle, as an alternative key for the business object, because at the creation point no techkey for the object exists. Therefore maybay the handle is needed to identify the object in backend
      Parameters:
      handle - the handle of business object which identifies the object in the backend, if the techkey still not exists