Package com.inteliqua.rest.product
Class ProductCategoryDTO
- java.lang.Object
-
- com.inteliqua.rest.product.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.