Class ProductBaseDto

    • Constructor Detail

      • ProductBaseDto

        public ProductBaseDto()
    • Method Detail

      • getProductNumber

        public String getProductNumber()
      • setProductNumber

        public void setProductNumber​(String productNumber)
      • getCountryCode

        public String getCountryCode()
      • setCountryCode

        public void setCountryCode​(String countryCode)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isInPromotion

        public Boolean isInPromotion()
      • setIsInPromotion

        public void setIsInPromotion​(boolean isInPromotion)