Package com.kenshoo.pl.entity.internal
Class PrototypedEntityFieldImpl<E extends EntityType<E>,T>
- java.lang.Object
-
- com.kenshoo.pl.entity.internal.EntityFieldImpl<E,T>
-
- com.kenshoo.pl.entity.internal.PrototypedEntityFieldImpl<E,T>
-
- All Implemented Interfaces:
EntityField<E,T>,PrototypedEntityField<E,T>
public class PrototypedEntityFieldImpl<E extends EntityType<E>,T> extends EntityFieldImpl<E,T> implements PrototypedEntityField<E,T>
-
-
Constructor Summary
Constructors Constructor Description PrototypedEntityFieldImpl(EntityType<E> entityType, EntityFieldPrototype<T> entityFieldPrototype, EntityFieldDbAdapter<T> dbAdapter, ValueConverter<T,java.lang.String> stringValueConverter, EntityValueEqualityFunction<T> valueEqualityFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityFieldPrototype<T>getEntityFieldPrototype()-
Methods inherited from class com.kenshoo.pl.entity.internal.EntityFieldImpl
equals, getDbAdapter, getEntityType, getStringValueConverter, hashCode, toString, valuesEqual
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.kenshoo.pl.entity.EntityField
eq, getDbAdapter, getEntityType, getStringValueConverter, getValueClass, in, isNull, isVirtual, valuesEqual
-
-
-
-
Constructor Detail
-
PrototypedEntityFieldImpl
public PrototypedEntityFieldImpl(EntityType<E> entityType, EntityFieldPrototype<T> entityFieldPrototype, EntityFieldDbAdapter<T> dbAdapter, ValueConverter<T,java.lang.String> stringValueConverter, EntityValueEqualityFunction<T> valueEqualityFunction)
-
-
Method Detail
-
getEntityFieldPrototype
public EntityFieldPrototype<T> getEntityFieldPrototype()
- Specified by:
getEntityFieldPrototypein interfacePrototypedEntityField<E extends EntityType<E>,T>
-
-