Package de.hybris.platform.util
Interface DependentObjectAbstraction
public interface DependentObjectAbstraction
This interfaces defines operations to attach transient objects to dependent object jalo representations.
-
Method Summary
Modifier and TypeMethodDescriptiongetTransientObject(String key) voidsetTransientObject(String key, Object value)
-
Method Details
-
getTransientObjectMap
Map getTransientObjectMap() -
setTransientObject
- Parameters:
value- may be null; this will remove the transient object mapping
-
getTransientObject
-