Class DefaultPaginatedGenericDaoIntegrationTest.UidComparator

java.lang.Object
de.hybris.platform.servicelayer.search.paginated.dao.impl.DefaultPaginatedGenericDaoIntegrationTest.UidComparator
All Implemented Interfaces:
Comparator<UserGroupModel>
Enclosing class:
DefaultPaginatedGenericDaoIntegrationTest

public class DefaultPaginatedGenericDaoIntegrationTest.UidComparator extends Object implements Comparator<UserGroupModel>
UserGroupModel uid attribute comparator using String.compareTo(String). As uid attribute is mandatory from Principle item type, null check is omitted.