package com.ikea.shared.config.model;

import com.google.gson.annotations.SerializedName;
import java.io.Serializable;

public class Country extends CountryInfo
  implements Serializable
{
  private static final long serialVersionUID = 3751828212560061847L;

  @SerializedName("countryname")
  private String mCountryName;

  @SerializedName("countrycode")
  private String mCountrycode;

  @SerializedName("ECStoreList")
  private String[] mECStoreList;

  @SerializedName("regions")
  private RegionList mRegions;
  private Region mSelectedRegion;

  public String getCaliforniaPropUrl()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.getCaliforniaPropUrl();
    return this.mCaliforniaPropUrl;
  }

  public String getCountryName()
  {
    return this.mCountryName;
  }

  public String getCountrycode()
  {
    return this.mCountrycode;
  }

  public String[] getECStoreList()
  {
    return this.mECStoreList;
  }

  public String getEcoContributionUrl()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.getEcoContributionUrl();
    return this.mEcoContributionUrl;
  }

  public FamilyCardNamePresentation getFamilyCardNamePresentation()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.getFamilyCardNamePresentation();
    return this.mFamilyCardNamePresentation;
  }

  public Languages getLanguages()
  {
    Region localRegion = this.mSelectedRegion;
    Languages localLanguages = null;
    if (localRegion != null)
      localLanguages = this.mSelectedRegion.getLanguages();
    if (localLanguages == null)
      localLanguages = this.mLanguages;
    return localLanguages;
  }

  public String getMemberCardLightUrl()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.getMemberCardLightUrl();
    return this.mMemberCardLightUrl;
  }

  public String getMemberCardNameFormat()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.getMemberCardNameFormat();
    return this.mMemberCardNameFormat;
  }

  public String getPrfUrl()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.getPrfUrl();
    return this.mPrfUrl;
  }

  public RegionList getRegions()
  {
    return this.mRegions;
  }

  public String getScannerUrl()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.getScannerUrl();
    return this.mScannerUrl;
  }

  public int getStoreId()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.getStoreId();
    return this.mStoreId.intValue();
  }

  public boolean isAlternativePriceDisclaimer()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isAlternativePriceDisclaimer();
    return this.mAlternativePriceDisclaimer;
  }

  public boolean isAlwaysShowProductDisclaimer()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isAlwaysShowProductDisclaimer();
    return this.mAlwaysShowProductDisclaimer;
  }

  public boolean isBarCodeEnabled()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isBarCodeEnabled();
    return this.mBarCodeEnabled;
  }

  public boolean isCommerceLink()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isCommerceLink();
    return this.mCommerceLink;
  }

  public boolean isDetailedFoodPrice()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isDetailedFoodPrice();
    return this.mDetailedFoodPrice;
  }

  public boolean isDetailedUnitPrice()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isDetailedUnitPrice();
    return this.mDetailedUnitPrice;
  }

  public boolean isEnablePrf()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isEnablePrf();
    return this.mEnablePrf;
  }

  public boolean isFamilyCardDisabled()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isFamilyCardDisabled();
    return this.isFamilyCardDisabled;
  }

  public boolean isFformerPriceCrossOutTRO()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isFformerPriceCrossOutTRO();
    return this.mFformerPriceCrossOutTRO;
  }

  public boolean isFormerPriceCrossoutNLP()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isFormerPriceCrossoutNLP();
    return this.mFormerPriceCrossoutNLP;
  }

  public boolean isLightSourceWarning()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isLightSourceWarning();
    return this.mLightSourceWarning;
  }

  public boolean isLlocalPrice()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isLlocalPrice();
    return this.mLlocalPrice;
  }

  public boolean isMemberCard()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isMemberCard();
    return this.mMemberCard;
  }

  public boolean isMemberCardImage()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isMemberCardImage();
    return this.mMemberCardImage;
  }

  public boolean isMemberCardLight()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isMemberCardLight();
    return this.mMemberCardLight;
  }

  public boolean isMetric()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isMetric();
    return this.mMetric;
  }

  public boolean isMetricStoreDistance()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isMetricStoreDistance();
    return this.mMetricStoreDistance;
  }

  public boolean isNwpSupproted()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isNwpSupported();
    return this.mNwpSupport;
  }

  public boolean isShowNLPDateInterval()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isShowNLPDateInterval();
    return this.mShowNLPDateInterval;
  }

  public boolean isShowVATInformation()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isShowVATInformation();
    return this.mShowVATInformation;
  }

  public boolean isUseMobileWebCreateProfileUrl()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.isUseMobileWebCreateProfileUrl();
    return this.mUseMobileWebCreateProfileUrl;
  }

  public boolean ismLoginEnabled()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.ismLoginEnabled();
    return this.mLoginEnabled;
  }

  public boolean ismMemberCardFull()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.ismMemberCardFull();
    return this.mMemberCardFull;
  }

  public boolean ismWifiEnabled()
  {
    if (this.mSelectedRegion != null)
      return this.mSelectedRegion.ismWifiEnabled();
    return this.mWifiEnabled;
  }

  public void setCountrycode(String paramString)
  {
    this.mCountrycode = paramString;
  }

  public void setRegions(RegionList paramRegionList)
  {
    this.mRegions = paramRegionList;
  }

  public void setSectedRegion(Region paramRegion)
  {
    this.mSelectedRegion = paramRegion;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.config.model.Country
 * JD-Core Version:    0.6.2
 */