Class FlexibleSearchResultItemState
- java.lang.Object
-
- de.hybris.platform.persistence.flexiblesearch.polyglot.FlexibleSearchResultItemState
-
- All Implemented Interfaces:
ItemState,ItemStateView
public class FlexibleSearchResultItemState extends java.lang.Object implements ItemState
-
-
Constructor Summary
Constructors Constructor Description FlexibleSearchResultItemState(java.util.Map<SingleAttributeKey,java.lang.Object> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeSetbeginModification()<T> Tget(Key key)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.persistence.polyglot.view.ItemStateView
get
-
-
-
-
Constructor Detail
-
FlexibleSearchResultItemState
public FlexibleSearchResultItemState(java.util.Map<SingleAttributeKey,java.lang.Object> values)
-
-
Method Detail
-
get
public <T> T get(Key key)
- Specified by:
getin interfaceItemStateView
-
beginModification
public ChangeSet beginModification()
- Specified by:
beginModificationin interfaceItemState
-
-