Class ProductSearchResponseData

  • All Implemented Interfaces:
    com.qivos.util.rest.mappers.APIResponseDTO

    public class ProductSearchResponseData
    extends Object
    implements com.qivos.util.rest.mappers.APIResponseDTO
    Author:
    dmilas
    • Constructor Detail

      • ProductSearchResponseData

        public ProductSearchResponseData()
    • Method Detail

      • getProductNumber

        public String getProductNumber()
      • setProductNumber

        public void setProductNumber​(String productNumber)
      • getBarcode

        public String getBarcode()
      • setBarcode

        public void setBarcode​(String barcode)
      • getWholesalePrice

        public BigDecimal getWholesalePrice()
      • setWholesalePrice

        public void setWholesalePrice​(BigDecimal wholesalePrice)
      • getCountryCode

        public String getCountryCode()
      • setCountryCode

        public void setCountryCode​(String countryCode)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getproductCategoryList

        public List<String> getproductCategoryList()
      • setproductCategoryList

        public void setproductCategoryList​(List<String> productCategoryList)
      • getLastModificationDate

        public Date getLastModificationDate()
        Specified by:
        getLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO
      • setLastModificationDate

        public void setLastModificationDate​(Date date)
        Specified by:
        setLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO