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,java.io.Serializable,java.lang.Cloneable
public class ShipToImpl extends PartnerBaseImpl implements ShipTo
Default implementation of a ShipTo- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.sap.core.bol.businessobject.BusinessObjectBase
backendObject, backendType, bobMessages, bobState, extensionData, genericFactory, handle, moduleConfigurationAccess, techKey
-
Fields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID
-
-
Constructor Summary
Constructors Constructor Description ShipToImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShipToImplclone()Makes a copy of the object.-
Methods inherited from class de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl.PartnerBaseImpl
getAddress, getId, getShortAddress, isIdX, setAddress, setId, setIdX, setShortAddress, setTechKey, toString
-
Methods 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, setValid
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
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, setValid
-
Methods inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
addMessage, clearMessages, getMessageList
-
Methods inherited from interface de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf.PartnerBase
getAddress, getId, getShortAddress, isIdX, setAddress, setId, setIdX, setShortAddress
-
-
-
-
Method Detail
-
clone
public ShipToImpl 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:
Object.clone()
-
-