Changes since
the last release

com.ebay.sdk
Class eBayAccount

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

public class eBayAccount
extends Object

Defines eBay auction account.

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Weijun Li

Constructor Summary
eBayAccount()
          Constructor.
eBayAccount(String userName, String password)
           
 
Method Summary
 String getPassword()
          Get the password of the eBay account.
 String getUsername()
          Get eBay user Id.
 void setPassword(String password)
          Set the password of the eBay account.
 void setUsername(String username)
          Set eBay user Id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

eBayAccount

public eBayAccount()
Constructor.


eBayAccount

public eBayAccount(String userName,
                   String password)
Method Detail

getUsername

public String getUsername()
Get eBay user Id.

Returns:
eBay User Id string.

setUsername

public void setUsername(String username)
Set eBay user Id.

Parameters:
username - String

getPassword

public String getPassword()
Get the password of the eBay account.

Returns:
the password string.

setPassword

public void setPassword(String password)
Set the password of the eBay account.

Parameters:
password - the password string.

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.