Class DefaultAsUidGenerator
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.strategies.impl.DefaultAsUidGenerator
-
- All Implemented Interfaces:
AsUidGenerator
public class DefaultAsUidGenerator extends java.lang.Object implements AsUidGenerator
Default implementation ofAsUidGenerator.
-
-
Constructor Summary
Constructors Constructor Description DefaultAsUidGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgenerateUid()Generates a new unique identifier.
-
-
-
Method Detail
-
generateUid
public java.lang.String generateUid()
Description copied from interface:AsUidGeneratorGenerates a new unique identifier.- Specified by:
generateUidin interfaceAsUidGenerator- Returns:
- the unique identifier
-
-