com.paypal.api.payments
Class Presentation

java.lang.Object
  extended by com.paypal.api.payments.Presentation

public class Presentation
extends Object


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

Presentation

public Presentation()
Default Constructor

Method Detail

setBrandName

public Presentation setBrandName(String brandName)
Setter for brandName


getBrandName

public String getBrandName()
Getter for brandName


setLogoImage

public Presentation setLogoImage(String logoImage)
Setter for logoImage


getLogoImage

public String getLogoImage()
Getter for logoImage


setLocaleCode

public Presentation setLocaleCode(String localeCode)
Setter for localeCode


getLocaleCode

public String getLocaleCode()
Getter for localeCode


toJSON

public String toJSON()
Returns a JSON string corresponding to object state

Returns:
JSON representation

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.