Class ProductDetailDomain<T extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>

java.lang.Object
es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductDetailDomain<T>
Type Parameters:
T - the exact Dto class describing the product details.

public class ProductDetailDomain<T extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto> extends Object
Class that holds all required information about a single product detail. It transports the product details encapsulated in the Dto (for convenience) and contains other required information not present in it.
  • Field Details

    • productDto

      private final T extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto productDto
      Back office product detail.
  • Constructor Details

    • ProductDetailDomain

      public ProductDetailDomain()