Package com.kenshoo.pl.entity
Class DeletionOfOther<E extends EntityType<E>>
- java.lang.Object
-
- com.kenshoo.pl.entity.DeletionOfOther<E>
-
- All Implemented Interfaces:
MissingChildrenSupplier<E>
public class DeletionOfOther<E extends EntityType<E>> extends java.lang.Object implements MissingChildrenSupplier<E>
-
-
Constructor Summary
Constructors Constructor Description DeletionOfOther(E childType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EgetChildType()java.util.Optional<ChangeEntityCommand<E>>supplyNewCommand(Identifier<E> id)
-
-
-
Constructor Detail
-
DeletionOfOther
public DeletionOfOther(E childType)
-
-
Method Detail
-
supplyNewCommand
public java.util.Optional<ChangeEntityCommand<E>> supplyNewCommand(Identifier<E> id)
- Specified by:
supplyNewCommandin interfaceMissingChildrenSupplier<E extends EntityType<E>>
-
getChildType
public E getChildType()
- Specified by:
getChildTypein interfaceMissingChildrenSupplier<E extends EntityType<E>>
-
-