package com.ikea.shared.cart.model;

public class ShoppingBagSection
{
  private ShoppingBagItemList ShoppingBagItemList;

  public ShoppingBagItemList getShoppingBagItemList()
  {
    return this.ShoppingBagItemList;
  }

  public void setShoppingBagItemList(ShoppingBagItemList paramShoppingBagItemList)
  {
    this.ShoppingBagItemList = paramShoppingBagItemList;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.cart.model.ShoppingBagSection
 * JD-Core Version:    0.6.2
 */