Changes since
the last release

com.ebay.sdk
Class ApiAccount

java.lang.Object
  extended by com.ebay.sdk.ApiAccount

public class ApiAccount
extends Object

Defines an eBay API account object.

Title:

Description:

Copyright: Copyright (c) 2004

Company: eBay Inc.

Version:
1.0
Author:
Weijun Li

Constructor Summary
ApiAccount()
          Constructor.
 
Method Summary
 String getApplication()
          Get the Application ID (AppID).
 String getCertificate()
          Get the Certificate ID (CertID).
 String getDeveloper()
          Get the Developer ID (DevID).
 void setApplication(String application)
          Set the Application ID (AppID).
 void setCertificate(String certificate)
          Set the Certificate ID (CertID)
 void setDeveloper(String developer)
          Set the Developer ID (DevID).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiAccount

public ApiAccount()
Constructor.

Method Detail

getDeveloper

public String getDeveloper()
Get the Developer ID (DevID).

Returns:
The Developer ID.

setDeveloper

public void setDeveloper(String developer)
Set the Developer ID (DevID).

Parameters:
developer - The Developer ID to set.

getApplication

public String getApplication()
Get the Application ID (AppID).

Returns:
The Application ID.

setApplication

public void setApplication(String application)
Set the Application ID (AppID).

Parameters:
application - The Application ID.

getCertificate

public String getCertificate()
Get the Certificate ID (CertID).

Returns:
The Certificate ID.

setCertificate

public void setCertificate(String certificate)
Set the Certificate ID (CertID)

Parameters:
certificate - The Certificate ID.

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.