Class ShipToImpl
java.lang.Object
de.hybris.platform.sap.core.bol.businessobject.BusinessObjectBase
de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl.PartnerBaseImpl
de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl.ShipToImpl
- All Implemented Interfaces:
BackendAware,BusinessObject,MessageListHolder,PartnerBase,ShipTo,Serializable,Cloneable
Default implementation of a ShipTo
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.sap.core.bol.businessobject.BusinessObjectBase
backendObject, backendType, bobMessages, bobState, extensionData, genericFactory, handle, moduleConfigurationAccess, techKeyFields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl.PartnerBaseImpl
getAddress, getId, getShortAddress, isIdX, setAddress, setId, setIdX, setShortAddress, setTechKey, toStringMethods inherited from class de.hybris.platform.sap.core.bol.businessobject.BusinessObjectBase
addExtensionData, addMessage, clearMessages, clearMessages, clearOwnMessages, copyMessages, copyMessages, createUniqueHandle, destroy, determineBackendObject, equals, getBackendBusinessObject, getBackendBusinessObject, getBackendType, getExtensionData, getExtensionDataValues, getExtensionMap, getHandle, getMessageList, getModuleConfigurationAccess, getOwnMessageList, getSubObjectIterator, getTechKey, hasHandle, hashCode, hasMessages, hasOwnMessages, init, isValid, logMessage, removeExtensionData, removeExtensionDataValues, setBackendObject, setBackendType, setExtensionMap, setGenericFactory, setHandle, setInvalid, setModuleConfigurationAccess, setValidMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, getMessageListMethods inherited from interface de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf.PartnerBase
getAddress, getId, getShortAddress, isIdX, setAddress, setId, setIdX, setShortAddress
-
Constructor Details
-
ShipToImpl
public ShipToImpl()
-
-
Method Details
-
clone
Description copied from class:BusinessObjectBaseMakes a copy of the object. The MessageList is copied.- Specified by:
clonein interfacePartnerBase- Specified by:
clonein interfaceShipTo- Overrides:
clonein classPartnerBaseImpl- Returns:
- a copy of object
- See Also:
-