Package com.kenshoo.pl.entity
Class PrototypeFieldsCombination<E extends EntityType<E>>
- java.lang.Object
-
- com.kenshoo.pl.entity.PrototypeFieldsCombination<E>
-
public class PrototypeFieldsCombination<E extends EntityType<E>> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PrototypeFieldsCombination(java.util.Map<EntityFieldPrototype<?>,EntityField<E,?>> fieldsMapping, FieldsValueMap<E> fieldsValueMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tget(EntityFieldPrototype<T> field)
-
-
-
Constructor Detail
-
PrototypeFieldsCombination
public PrototypeFieldsCombination(java.util.Map<EntityFieldPrototype<?>,EntityField<E,?>> fieldsMapping, FieldsValueMap<E> fieldsValueMap)
-
-
Method Detail
-
get
public <T> T get(EntityFieldPrototype<T> field)
-
-