Interface PartnerBase
- All Superinterfaces:
BusinessObject,Cloneable,MessageListHolder,Serializable
- All Known Implementing Classes:
BillToImpl,PartnerBaseImpl,ShipToImpl
Represents the PartnerBase object.
-
Field Summary
Fields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns the address of the partner.getId()Returns the Id of the partner.Returns the short address of the partner.booleanisIdX()Returns value which indicates that address was set.voidsetAddress(Address address) Sets the fully qualified address for the partner.voidSets the id of the partner.voidsetIdX(boolean idX) Sets flag which indicates that address was set.voidsetShortAddress(String address) Sets the short address for the partner.Methods inherited from interface de.hybris.platform.sap.core.bol.businessobject.BusinessObject
addExtensionData, clearMessages, clearOwnMessages, copyMessages, copyMessages, createUniqueHandle, destroy, getExtensionData, getExtensionDataValues, getExtensionMap, getHandle, getOwnMessageList, getSubObjectIterator, getTechKey, hasHandle, hasMessages, hasOwnMessages, init, isValid, logMessage, removeExtensionData, removeExtensionDataValues, setExtensionMap, setHandle, setInvalid, setTechKey, setValidMethods inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
addMessage, clearMessages, getMessageList
-
Method Details
-
setAddress
Sets the fully qualified address for the partner.- Parameters:
address- The address to be set
-
setShortAddress
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
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:
-