com.xerox.amazonws.devpay
Class HostedProductInfo

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

public class HostedProductInfo
extends Object


Constructor Summary
HostedProductInfo(String persistentIdentifier, String userToken)
           
 
Method Summary
 String getPersistentIdentifier()
           
 String getUserToken()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostedProductInfo

public HostedProductInfo(String persistentIdentifier,
                         String userToken)
Method Detail

getPersistentIdentifier

public String getPersistentIdentifier()

getUserToken

public String getUserToken()

toString

public String toString()
Overrides:
toString in class Object