Class ProductSearchResponseData
- java.lang.Object
-
- com.inteliqua.rest.product.payload.response.search.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 Summary
Constructors Constructor Description ProductSearchResponseData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EntityAttribute>getAttributes()StringgetBarcode()StringgetCountryCode()StringgetDescription()DategetLastModificationDate()List<String>getproductCategoryList()StringgetProductNumber()BigDecimalgetWholesalePrice()voidsetAttributes(List<EntityAttribute> attributes)voidsetBarcode(String barcode)voidsetCountryCode(String countryCode)voidsetDescription(String description)voidsetLastModificationDate(Date date)voidsetproductCategoryList(List<String> productCategoryList)voidsetProductNumber(String productNumber)voidsetWholesalePrice(BigDecimal wholesalePrice)
-
-
-
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)
-
getAttributes
public List<EntityAttribute> getAttributes()
-
setAttributes
public void setAttributes(List<EntityAttribute> attributes)
-
getLastModificationDate
public Date getLastModificationDate()
- Specified by:
getLastModificationDatein interfacecom.qivos.util.rest.mappers.APIResponseDTO
-
setLastModificationDate
public void setLastModificationDate(Date date)
- Specified by:
setLastModificationDatein interfacecom.qivos.util.rest.mappers.APIResponseDTO
-
-