public class FirstItemIdItemIdentificationStrategy extends AbstractCompositeItemIdentificationStrategy
| Constructor and Description |
|---|
FirstItemIdItemIdentificationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBasicIdentifier(Item<?> item)
Get a basic identifier for the
Item. |
protected String |
getExtraIdentifier(Item<?> item)
Get an extra identifier for the
Item. |
getItemIdentifier, getNoItemIdIdentifier, setNoItemIdIdentifierpublic FirstItemIdItemIdentificationStrategy()
@Nullable protected String getBasicIdentifier(@Nonnull Item<?> item)
AbstractCompositeItemIdentificationStrategyItem.getBasicIdentifier in class AbstractCompositeItemIdentificationStrategyitem - Item to extract a basic identifier fromItem, or null@Nullable protected String getExtraIdentifier(@Nonnull Item<?> item)
AbstractCompositeItemIdentificationStrategyItem.getExtraIdentifier in class AbstractCompositeItemIdentificationStrategyitem - Item to extract an extra identifier fromItem, or nullCopyright © 1999–2016. All rights reserved.