Class ProductCategoryDTO


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

      • ProductCategoryDTO

        public ProductCategoryDTO()