|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.AbstractCheckoutRequest
com.google.checkout.orderprocessing.AbstractOrderProcessingRequest
public abstract class AbstractOrderProcessingRequest
The parent for all order processing requests.
Field Summary |
---|
Fields inherited from class com.google.checkout.AbstractCheckoutRequest |
---|
merchantInfo |
Constructor Summary | |
---|---|
AbstractOrderProcessingRequest(MerchantInfo merchantInfo,
java.lang.String requestType)
Constructor which takes in an instance of MerchantInfo. |
Method Summary | |
---|---|
java.lang.String |
getGoogleOrderNo()
Deprecated. Use getGoogleOrderNumber(). |
java.lang.String |
getGoogleOrderNumber()
Return the Google order number, which is the value of the google-order-number attribute on the root tag. |
void |
setGoogleOrderNo(java.lang.String googleOrderNo)
Deprecated. Use setGoogleOrderNumber(). |
void |
setGoogleOrderNumber(java.lang.String googleOrderNumber)
Set the Google order number, which is the value of the google-order-number attribute on the root tag. |
Methods inherited from class com.google.checkout.AbstractCheckoutRequest |
---|
getDocument, getPostUrl, getRoot, getXml, getXmlPretty, send |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractOrderProcessingRequest(MerchantInfo merchantInfo, java.lang.String requestType)
merchantInfo
- The merchant's information.requestType
- The request type.Method Detail |
---|
public java.lang.String getGoogleOrderNo()
public java.lang.String getGoogleOrderNumber()
public void setGoogleOrderNo(java.lang.String googleOrderNo)
googleOrderNo
- The Google order number.public void setGoogleOrderNumber(java.lang.String googleOrderNumber)
googleOrderNumber
- The Google order number.
java.lang.IllegalArgumentException
- if the googleOrderNumber is null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |