package com.ikea.shared.cart.model;

public class ShoppingBagRef
{
  private BagDetail BagDetail;
  private String BagId;
  private String BagName;
  private String BagSource;
  private String BagType;
  private String BagUrl;
  private String CustomerId;
  private String CustomerSource;
  private String NoOfItems;
  private SortRelevanceList SortRelevanceList;

  public BagDetail getBagDetail()
  {
    return this.BagDetail;
  }

  public String getBagId()
  {
    return this.BagId;
  }

  public String getBagName()
  {
    return this.BagName;
  }

  public String getBagSource()
  {
    return this.BagSource;
  }

  public String getBagType()
  {
    return this.BagType;
  }

  public String getBagUrl()
  {
    return this.BagUrl;
  }

  public String getCustomerId()
  {
    return this.CustomerId;
  }

  public String getCustomerSource()
  {
    return this.CustomerSource;
  }

  public String getNoOfItems()
  {
    return this.NoOfItems;
  }

  public SortRelevanceList getSortRelevanceList()
  {
    return this.SortRelevanceList;
  }

  public void setSortRelevanceList(SortRelevanceList paramSortRelevanceList)
  {
    this.SortRelevanceList = paramSortRelevanceList;
  }
}

/* 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.ShoppingBagRef
 * JD-Core Version:    0.6.2
 */