package com.ikea.shared.cart.model;

import java.io.Serializable;
import java.util.List;

public class SortRelevanceList
  implements Serializable
{
  private static final long serialVersionUID = 1L;
  private List<SortRelevance> SortRelevance;

  public List<SortRelevance> getSortrelevance()
  {
    return this.SortRelevance;
  }
}

/* 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.SortRelevanceList
 * JD-Core Version:    0.6.2
 */