Package de.hybris.platform.core
Class AbstractObjectAdapter
java.lang.Object
de.hybris.platform.core.AbstractObjectAdapter
- All Implemented Interfaces:
ObjectAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTransientObject(String key) voidsetTransientObject(String key, Object value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.util.ObjectAdapter
createCopy
-
Field Details
-
impl
-
-
Constructor Details
-
AbstractObjectAdapter
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceObjectAdapter
-
getTransientObjectMap
-
getTransientObject
-
setTransientObject
- Parameters:
value- may be null; this will remove the transient object mapping
-