package com.ikea.shared.cart.model;

public class ShoppingBag
{
  private String BagId;
  private String BagName;
  private String BagSource;
  private String BagType;
  private String BagUrl;
  private String CreatedDateTime;
  private String CustomerId;
  private String CustomerSource;
  private ShoppingBagSectionList ShoppingBagSectionList;

  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 getCreatedDateTime()
  {
    return this.CreatedDateTime;
  }

  public String getCustomerId()
  {
    return this.CustomerId;
  }

  public String getCustomerSource()
  {
    return this.CustomerSource;
  }

  public ShoppingBagSectionList getShoppingBagSectionList()
  {
    return this.ShoppingBagSectionList;
  }

  public void setShoppingBagSectionList(ShoppingBagSectionList paramShoppingBagSectionList)
  {
    this.ShoppingBagSectionList = paramShoppingBagSectionList;
  }
}

/* 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.ShoppingBag
 * JD-Core Version:    0.6.2
 */