Class AbstractEto.PersistentEntityAccess
- java.lang.Object
-
- com.devonfw.module.basic.common.api.to.AbstractEto.PersistentEntityAccess
-
- Enclosing class:
- AbstractEto
public static class AbstractEto.PersistentEntityAccess extends Object
Inner class to grant access to internal persistententityreference of anAbstractEto. Shall only be used internally and never be external users.
-
-
Constructor Summary
Constructors Constructor Description PersistentEntityAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <ID> voidsetPersistentEntity(AbstractEto eto, GenericEntity<Long> persistentEntity)Sets the internal persistententityreference of the givenAbstractEto.
-
-
-
Method Detail
-
setPersistentEntity
protected <ID> void setPersistentEntity(AbstractEto eto, GenericEntity<Long> persistentEntity)
Sets the internal persistententityreference of the givenAbstractEto.
-
-