|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.Presentation
public class Presentation
| Constructor Summary | |
|---|---|
Presentation()
Default Constructor |
|
| Method Summary | |
|---|---|
String |
getBrandName()
Getter for brandName |
String |
getLocaleCode()
Getter for localeCode |
String |
getLogoImage()
Getter for logoImage |
Presentation |
setBrandName(String brandName)
Setter for brandName |
Presentation |
setLocaleCode(String localeCode)
Setter for localeCode |
Presentation |
setLogoImage(String logoImage)
Setter for logoImage |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Presentation()
| Method Detail |
|---|
public Presentation setBrandName(String brandName)
public String getBrandName()
public Presentation setLogoImage(String logoImage)
public String getLogoImage()
public Presentation setLocaleCode(String localeCode)
public String getLocaleCode()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||