com.konakart.appif
Interface ProductsIf
public interface ProductsIf
This is normally the object returned for API calls returning an array of Products. It contains an
array of products and the total number of products matching the request, so that they can
be paged.
getProductArray
ProductIf[] getProductArray()
- Returns:
- Returns the productArray.
setProductArray
void setProductArray(ProductIf[] productArray)
- Parameters:
productArray - The productArray to set.
getTotalNumProducts
int getTotalNumProducts()
- Returns:
- Returns the totalNumProducts.
setTotalNumProducts
void setTotalNumProducts(int totalNumProducts)
- Parameters:
totalNumProducts - The totalNumProducts to set.
Copyright © 2006 DS Data Systems UK Ltd.