Class ProductLocaleDTO


  • public class ProductLocaleDTO
    extends Object
    Data Transfer Object (DTO) representing a localized version of a product. This class uses Lombok's @Setter and @Getter annotations to automatically generate setter and getter methods for all fields.
    • Constructor Detail

      • ProductLocaleDTO

        public ProductLocaleDTO()