package com.ikea.shared.products.model;

import com.google.gson.annotations.SerializedName;
import java.util.List;

public class RetailItemCommMeasureList
{

  @SerializedName("RetailItemCommMeasure")
  private List<RetailItemCommMeasure> RetailItemCommMeasure;

  public List<RetailItemCommMeasure> getRetailItemCommMeasure()
  {
    return this.RetailItemCommMeasure;
  }

  public String toString()
  {
    return "RetailItemCommMeasureList [RetailItemCommMeasure=" + this.RetailItemCommMeasure + "]";
  }
}

/* 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.RetailItemCommMeasureList
 * JD-Core Version:    0.6.2
 */