Class MovementDomain
java.lang.Object
es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.MovementDomain
Class that holds all required information about a movements.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<es.kukenan.smartfi.microservice.contracts.api.movement.MovementDto>Back office operationDate subsystem..private final es.kukenan.smartfi.microservice.backoffice.dtos.core.movement.PagingBack office Paging. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
paging
private final es.kukenan.smartfi.microservice.backoffice.dtos.core.movement.Paging pagingBack office Paging. -
movementDtoList
private final List<es.kukenan.smartfi.microservice.contracts.api.movement.MovementDto> movementDtoListBack office operationDate subsystem..
-
-
Constructor Details
-
MovementDomain
public MovementDomain()
-