Class ProductMetadataDTO


  • public class ProductMetadataDTO
    extends ProductBaseDTO
    Data Transfer Object (DTO) representing the metadata associated with a product. Extends ProductBaseDTO and uses Lombok's @Setter and @Getter annotations to automatically generate setter and getter methods for all fields.
    • Constructor Detail

      • ProductMetadataDTO

        public ProductMetadataDTO()