package com.google.android.m4b.maps.model;

import android.os.RemoteException;
import com.google.android.m4b.maps.g.l;
import com.google.android.m4b.maps.model.internal.IIndoorLevelDelegate;

public final class IndoorLevel
{
  private final IIndoorLevelDelegate a;

  public IndoorLevel(IIndoorLevelDelegate paramIIndoorLevelDelegate)
  {
    this.a = ((IIndoorLevelDelegate)l.a(paramIIndoorLevelDelegate));
  }

  public final void activate()
  {
    try
    {
      this.a.activate();
      return;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final boolean equals(Object paramObject)
  {
    if (!(paramObject instanceof IndoorLevel))
      return false;
    try
    {
      boolean bool = this.a.equalsRemote(((IndoorLevel)paramObject).a);
      return bool;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final String getName()
  {
    try
    {
      String str = this.a.getName();
      return str;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final String getShortName()
  {
    try
    {
      String str = this.a.getShortName();
      return str;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final int hashCode()
  {
    try
    {
      int i = this.a.hashCodeRemote();
      return i;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.google.android.m4b.maps.model.IndoorLevel
 * JD-Core Version:    0.6.2
 */