Package com.kenshoo.pl.entity
Class QuadrupleUniqueKeyValue<E extends EntityType<E>,T1,T2,T3,T4>
- java.lang.Object
-
- com.kenshoo.pl.entity.UniqueKeyValue<E>
-
- com.kenshoo.pl.entity.QuadrupleUniqueKeyValue<E,T1,T2,T3,T4>
-
- All Implemented Interfaces:
FieldsValueMap<E>,Identifier<E>
public class QuadrupleUniqueKeyValue<E extends EntityType<E>,T1,T2,T3,T4> extends UniqueKeyValue<E>
-
-
Field Summary
-
Fields inherited from class com.kenshoo.pl.entity.UniqueKeyValue
values
-
-
Method Summary
-
Methods inherited from class com.kenshoo.pl.entity.UniqueKeyValue
concat, containsField, empty, equals, get, getUniqueKey, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.kenshoo.pl.entity.FieldsValueMap
safeGet
-
Methods inherited from interface com.kenshoo.pl.entity.Identifier
contains, getValues, isEmpty, size
-
-