package com.ikea.shared.products.model;

import java.util.List;

public class RetailItemCommAttachmentList
{
  private List<RetailItemCommAttachment> RetailItemCommAttachment;

  public List<RetailItemCommAttachment> getRetailItemCommAttachment()
  {
    return this.RetailItemCommAttachment;
  }

  public String toString()
  {
    return "RetailItemCommAttachmentList [RetailItemCommAttachment=" + this.RetailItemCommAttachment + "]";
  }
}

/* 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.RetailItemCommAttachmentList
 * JD-Core Version:    0.6.2
 */