package com.ikea.shared.products.model;

public class RetailItemCustomerBenefit
{
  private String CustomerBenefitText;
  private String SortNo;

  public String getCustomerBenefitText()
  {
    return this.CustomerBenefitText;
  }

  public String getSortNo()
  {
    return this.SortNo;
  }

  public void setSortNo(String paramString)
  {
    this.SortNo = paramString;
  }

  public String toString()
  {
    return "RetailItemCustomerBenefit [CustomerBenefitText=" + this.CustomerBenefitText + ", SortNo=" + this.SortNo + "]";
  }
}

/* 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.RetailItemCustomerBenefit
 * JD-Core Version:    0.6.2
 */