package com.ikea.shared.products.model;

import java.util.List;

public class RetailItemCommChildList
{
  private List<RetailItemCommChild> RetailItemCommChild;

  public List<RetailItemCommChild> getRetailItemCommChild()
  {
    return this.RetailItemCommChild;
  }

  public String toString()
  {
    return "RetailItemCommChildList [RetailItemCommChild=" + this.RetailItemCommChild + "]";
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.products.model.RetailItemCommChildList
 * JD-Core Version:    0.6.2
 */