Class MovementDetailDomain<T extends es.kukenan.smartfi.microservice.contracts.api.movement.MovementDto>
java.lang.Object
es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.MovementDetailDomain<T>
- Type Parameters:
T- the exact Dto class describing the movement details.
public class MovementDetailDomain<T extends es.kukenan.smartfi.microservice.contracts.api.movement.MovementDto>
extends Object
Class that holds all required information about a single movement detail. It transports the product details encapsulated in the Dto (for
convenience) and contains other required information not present in it.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
movementDto
private final T extends es.kukenan.smartfi.microservice.contracts.api.movement.MovementDto movementDtoBack office product detail.
-
-
Constructor Details
-
MovementDetailDomain
public MovementDetailDomain()
-