Class EntityFiller
java.lang.Object
ch.nolix.system.objectdata.entitytool.EntityFiller
- All Implemented Interfaces:
IEntityFiller
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfillUpEntityFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the given entity from the given entityLoadingDto.
-
Constructor Details
-
EntityFiller
public EntityFiller()
-
-
Method Details
-
fillUpEntityFromEntityLoadingDto
Fills up the given entity from the given entityLoadingDto.- Specified by:
fillUpEntityFromEntityLoadingDtoin interfaceIEntityFiller- Parameters:
entity-entityLoadingDto-
-