package com.ikea.kompis.products;

import com.ikea.shared.products.model.RetailItemCommAttachment;

public class RetailItemCommAttachmentDoc
{
  private final String mPdfSuffix;
  private final RetailItemCommAttachment mRetailItemCommAttachment;

  public RetailItemCommAttachmentDoc(String paramString, RetailItemCommAttachment paramRetailItemCommAttachment)
  {
    this.mRetailItemCommAttachment = paramRetailItemCommAttachment;
    this.mPdfSuffix = paramString;
  }

  public String getPdfSuffix()
  {
    return this.mPdfSuffix;
  }

  public RetailItemCommAttachment getRetailItemCommAttachment()
  {
    return this.mRetailItemCommAttachment;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.kompis.products.RetailItemCommAttachmentDoc
 * JD-Core Version:    0.6.2
 */