package com.ikea.shared.products.model;

public class RetailItemTechnicalInformation
{
  private String TechnicalInformationExplanatoryText;
  private String TechnicalInformationLegal;
  private String TechnicalInformationNo;
  private String TechnicalInformationRangeNo;
  private String TechnicalInformationSeq;
  private String TechnicalInformationText;
  private String TechnicalInformationTextImperial;
  private String TechnicalInformationTextMetric;
  private String TechnicalInformationUnitImperial;
  private String TechnicalInformationUnitMetric;
  private String TechnicalInformationValueImperial;
  private String TechnicalInformationValueMetric;

  public String getTechnicalInformationExplanatoryText()
  {
    return this.TechnicalInformationExplanatoryText;
  }

  public String getTechnicalInformationLegal()
  {
    return this.TechnicalInformationLegal;
  }

  public String getTechnicalInformationNo()
  {
    return this.TechnicalInformationNo;
  }

  public String getTechnicalInformationRangeNo()
  {
    return this.TechnicalInformationRangeNo;
  }

  public String getTechnicalInformationSeq()
  {
    return this.TechnicalInformationSeq;
  }

  public String getTechnicalInformationText()
  {
    return this.TechnicalInformationText;
  }

  public String getTechnicalInformationTextImperial()
  {
    return this.TechnicalInformationTextImperial;
  }

  public String getTechnicalInformationTextMetric()
  {
    return this.TechnicalInformationTextMetric;
  }

  public String getTechnicalInformationUnitImperial()
  {
    return this.TechnicalInformationUnitImperial;
  }

  public String getTechnicalInformationUnitMetric()
  {
    return this.TechnicalInformationUnitMetric;
  }

  public String getTechnicalInformationValueImperial()
  {
    return this.TechnicalInformationValueImperial;
  }

  public String getTechnicalInformationValueMetric()
  {
    return this.TechnicalInformationValueMetric;
  }

  public void setTechnicalInformationExplanatoryText(String paramString)
  {
    this.TechnicalInformationExplanatoryText = paramString;
  }

  public void setTechnicalInformationText(String paramString)
  {
    this.TechnicalInformationText = paramString;
  }
}

/* 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.RetailItemTechnicalInformation
 * JD-Core Version:    0.6.2
 */