package com.ikea.shared.browse.model;

import java.util.List;

public class ProductInfoListing extends BaseResponse
{
  private ClassUnitKey mClassUnitKey;
  private GlobalisationContext mGlobalisationContext;
  private List<ProductInfo> mProductInfos;

  public ClassUnitKey getClassUnitKey()
  {
    return this.mClassUnitKey;
  }

  public GlobalisationContext getGlobalisationContext()
  {
    return this.mGlobalisationContext;
  }

  public List<ProductInfo> getProductInfos()
  {
    return this.mProductInfos;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.browse.model.ProductInfoListing
 * JD-Core Version:    0.6.2
 */