|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.merchantcalculation.MerchantCodeString
public class MerchantCodeString
This class encapsulates the <merchant-code-string> element, used as part of the Merchant Calculations API.
Constructor Summary | |
---|---|
MerchantCodeString(java.lang.String code,
java.lang.String pin)
A constructor which takes the code and pin. |
Method Summary | |
---|---|
java.lang.String |
getCode()
Retrieve the contents of the code attribute. |
java.lang.String |
getPin()
Retrieve the contents of the pin attribute. |
void |
setCode(java.lang.String code)
Set the contents of the code attribute. |
void |
setPin(java.lang.String pin)
Set the contents of the pin attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MerchantCodeString(java.lang.String code, java.lang.String pin)
code
- The code.pin
- The pin.Method Detail |
---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- The code.public java.lang.String getPin()
public void setPin(java.lang.String pin)
pin
- The pin.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |