com.xerox.amazonws.devpay
Class DesktopProductInfo

java.lang.Object
  extended by com.xerox.amazonws.devpay.DesktopProductInfo

public class DesktopProductInfo
extends Object


Constructor Summary
DesktopProductInfo(String accessId, String secretKey, String userToken)
           
 
Method Summary
 String getAccessId()
           
 String getSecretKey()
           
 String getUserToken()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DesktopProductInfo

public DesktopProductInfo(String accessId,
                          String secretKey,
                          String userToken)
Method Detail

getAccessId

public String getAccessId()

getSecretKey

public String getSecretKey()

getUserToken

public String getUserToken()

toString

public String toString()
Overrides:
toString in class Object