Class AbstractEto.PersistentEntityAccess
- java.lang.Object
-
- com.devonfw.module.basic.common.api.to.AbstractEto.PersistentEntityAccess
-
- Enclosing class:
- AbstractEto
@Deprecated public static class AbstractEto.PersistentEntityAccess extends Object
Deprecated.UseAbstractGenericEto.PersistentEntityAccessinstead.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()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected <ID> voidsetPersistentEntity(AbstractEto eto, GenericEntity<Long> persistentEntity)Deprecated.Sets the internal persistententityreference of the givenAbstractEto.
-
-
-
Method Detail
-
setPersistentEntity
protected <ID> void setPersistentEntity(AbstractEto eto, GenericEntity<Long> persistentEntity)
Deprecated.Sets the internal persistententityreference of the givenAbstractEto.
-
-