Interface PartnerListEntry
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PartnerListEntryImpl
Represents the backend's view of a PartnerListEntry.
-
Method Summary
Modifier and TypeMethodDescriptionThis 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 PartnerListEntryGet the TechKey of the PartnerListEntryvoidThis method sets the handle, as an alternative key for the business object, because at the creation point no techkey for the object exists.voidsetPartnerId(String partnerId) Set the TechKey of the PartnerListEntryvoidsetPartnerTechKey(TechKey partnerGUID) Set the TechKey of the PartnerListEntry
-
Method Details
-
getPartnerTechKey
TechKey getPartnerTechKey()Get the TechKey of the PartnerListEntry- Returns:
- TechKey of entry
-
setPartnerTechKey
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
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
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
-