Class ProductBaseDTO

  • Direct Known Subclasses:
    ProductMetadataDTO

    public class ProductBaseDTO
    extends Object
    Data Transfer Object (DTO) representing the base product information. This class is used to transfer product-related data between different layers of the application.
    See Also:
    ApiModel, Getter, The class contains the following main attributes: productNumber - Unique identifier for the product countryCode - Country code where the product is available description - Detailed description of the product isInPromotion - Flag indicating if the product is currently on promotion
    • Constructor Detail

      • ProductBaseDTO

        public ProductBaseDTO()
    • Method Detail

      • getIsInPromotion

        public Boolean getIsInPromotion()
      • setIsInPromotion

        public void setIsInPromotion​(boolean isInPromotion)