Package com.kenshoo.pl.entity
Interface CurrentEntityState
-
- All Superinterfaces:
Entity
- All Known Implementing Classes:
CurrentEntityMutableState,EntityWithGeneratedId
public interface CurrentEntityState extends Entity
-
-
Field Summary
Fields Modifier and Type Field Description static CurrentEntityStateEMPTY
-
Method Summary
-
Methods inherited from interface com.kenshoo.pl.entity.Entity
containsField, get, getMany, safeGet
-
-
-
-
Field Detail
-
EMPTY
static final CurrentEntityState EMPTY
-
-