package com.ikea.shared.products.model;

public class Demand
{
  private String Demand;

  public String getDemand()
  {
    return this.Demand;
  }

  public String toString()
  {
    return "DemandList [Demand=" + this.Demand + "]";
  }
}

/* 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.Demand
 * JD-Core Version:    0.6.2
 */