package com.metaio.sdk.jni;

public class ObjectButton
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public ObjectButton()
  {
    this(MetaioSDKJNI.new_ObjectButton__SWIG_0(), true);
  }

  public ObjectButton(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public ObjectButton(ObjectButton paramObjectButton)
  {
    this(MetaioSDKJNI.new_ObjectButton__SWIG_1(getCPtr(paramObjectButton), paramObjectButton), true);
  }

  public static long getCPtr(ObjectButton paramObjectButton)
  {
    if (paramObjectButton == null)
      return 0L;
    return paramObjectButton.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_ObjectButton(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public String getButtonID()
  {
    return MetaioSDKJNI.ObjectButton_buttonID_get(this.swigCPtr, this);
  }

  public String getButtonName()
  {
    return MetaioSDKJNI.ObjectButton_buttonName_get(this.swigCPtr, this);
  }

  public String getButtonValue()
  {
    return MetaioSDKJNI.ObjectButton_buttonValue_get(this.swigCPtr, this);
  }

  public void setButtonID(String paramString)
  {
    MetaioSDKJNI.ObjectButton_buttonID_set(this.swigCPtr, this, paramString);
  }

  public void setButtonName(String paramString)
  {
    MetaioSDKJNI.ObjectButton_buttonName_set(this.swigCPtr, this, paramString);
  }

  public void setButtonValue(String paramString)
  {
    MetaioSDKJNI.ObjectButton_buttonValue_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.ObjectButton
 * JD-Core Version:    0.6.2
 */