package com.ikea.shared.browse.model;

public class CatalogElementTreeListing extends BaseResponse
{
  private CatalogElementRelationList mCatalogElementRelationList;
  private CatalogElementTree mCatalogElementTree;
  private ClassUnitKey mClassUnitKey;
  private GlobalisationContext mGlobalisationContext;
  private RootCategory mRootCatalogElement;

  public CatalogElementRelationList getCatalogElementRelationList()
  {
    return this.mCatalogElementRelationList;
  }

  public CatalogElementTree getCatalogElementTree()
  {
    return this.mCatalogElementTree;
  }

  public ClassUnitKey getClassUnitKey()
  {
    return this.mClassUnitKey;
  }

  public GlobalisationContext getGlobalisationContext()
  {
    return this.mGlobalisationContext;
  }

  public RootCategory getRootCatalogElement()
  {
    return this.mRootCatalogElement;
  }

  public String toString()
  {
    return "CatalogElementTreeListing [mRootCatalogElement=" + this.mRootCatalogElement + ", mGlobalisationContext=" + this.mGlobalisationContext + ", mClassUnitKey=" + this.mClassUnitKey + ", mCatalogElementTree=" + this.mCatalogElementTree + "]";
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.browse.model.CatalogElementTreeListing
 * JD-Core Version:    0.6.2
 */