Package com.kenshoo.pl.entity
Class SingleUniqueKeyValue<E extends EntityType<E>,T>
- java.lang.Object
-
- com.kenshoo.pl.entity.UniqueKeyValue<E>
-
- com.kenshoo.pl.entity.SingleUniqueKeyValue<E,T>
-
- All Implemented Interfaces:
FieldsValueMap<E>,Identifier<E>
public class SingleUniqueKeyValue<E extends EntityType<E>,T> extends UniqueKeyValue<E>
-
-
Field Summary
-
Fields inherited from class com.kenshoo.pl.entity.UniqueKeyValue
values
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSingleUniqueKeyValue(SingleUniqueKey<E,T> uniqueKey, T val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetId()-
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
-
-
-
-
Constructor Detail
-
SingleUniqueKeyValue
protected SingleUniqueKeyValue(SingleUniqueKey<E,T> uniqueKey, T val)
-
-
Method Detail
-
getId
public T getId()
-
-