Package com.kenshoo.pl.entity
Class IdField<E extends EntityType<E>>
- java.lang.Object
-
- com.kenshoo.pl.entity.IdField<E>
-
public class IdField<E extends EntityType<E>> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdField(EntityField<E,? extends java.lang.Number> field, IdGeneration idGeneration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityField<E,? extends java.lang.Number>getField()IdGenerationgetIdGeneration()
-
-
-
Constructor Detail
-
IdField
public IdField(EntityField<E,? extends java.lang.Number> field, IdGeneration idGeneration)
-
-
Method Detail
-
getField
public EntityField<E,? extends java.lang.Number> getField()
-
getIdGeneration
public IdGeneration getIdGeneration()
-
-