package com.metaio.sdk.jni;

public class ObjectPopup
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public ObjectPopup()
  {
    this(MetaioSDKJNI.new_ObjectPopup__SWIG_0(), true);
  }

  public ObjectPopup(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public ObjectPopup(ObjectPopup paramObjectPopup)
  {
    this(MetaioSDKJNI.new_ObjectPopup__SWIG_1(getCPtr(paramObjectPopup), paramObjectPopup), true);
  }

  public static long getCPtr(ObjectPopup paramObjectPopup)
  {
    if (paramObjectPopup == null)
      return 0L;
    return paramObjectPopup.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_ObjectPopup(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public ObjectButtonVector getButtons()
  {
    long l = MetaioSDKJNI.ObjectPopup_buttons_get(this.swigCPtr, this);
    if (l == 0L)
      return null;
    return new ObjectButtonVector(l, false);
  }

  public String getDescription()
  {
    return MetaioSDKJNI.ObjectPopup_description_get(this.swigCPtr, this);
  }

  public void setButtons(ObjectButtonVector paramObjectButtonVector)
  {
    MetaioSDKJNI.ObjectPopup_buttons_set(this.swigCPtr, this, ObjectButtonVector.getCPtr(paramObjectButtonVector), paramObjectButtonVector);
  }

  public void setDescription(String paramString)
  {
    MetaioSDKJNI.ObjectPopup_description_set(this.swigCPtr, this, paramString);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.ObjectPopup
 * JD-Core Version:    0.6.2
 */