com.konakart.bl.modules.payment
Class PaymentInfo

java.lang.Object
  extended by com.konakart.bl.modules.payment.PaymentInfo

public class PaymentInfo
extends java.lang.Object

PaymentInfo


Constructor Summary
PaymentInfo()
           
 
Method Summary
 GeoZone[] getDeliveryGeoZoneArray()
           
 java.lang.String getHostAndPort()
           
 java.util.Locale getLocale()
           
 java.lang.String getStoreName()
           
 boolean isDisplayPriceWithTax()
           
 boolean isReturnDetails()
           
 void setDeliveryGeoZoneArray(GeoZone[] deliveryGeoZoneArray)
           
 void setDisplayPriceWithTax(boolean displayPriceWithTax)
           
 void setHostAndPort(java.lang.String hostAndPort)
           
 void setLocale(java.util.Locale locale)
           
 void setReturnDetails(boolean returnDetails)
           
 void setStoreName(java.lang.String storeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentInfo

public PaymentInfo()
Method Detail

getDeliveryGeoZoneArray

public GeoZone[] getDeliveryGeoZoneArray()
Returns:
Returns the deliveryGeoZoneArray.

setDeliveryGeoZoneArray

public void setDeliveryGeoZoneArray(GeoZone[] deliveryGeoZoneArray)
Parameters:
deliveryGeoZoneArray - The deliveryGeoZoneArray to set.

getLocale

public java.util.Locale getLocale()
Returns:
Returns the locale.

setLocale

public void setLocale(java.util.Locale locale)
Parameters:
locale - The locale to set.

getStoreName

public java.lang.String getStoreName()
Returns:
Returns the storeName.

setStoreName

public void setStoreName(java.lang.String storeName)
Parameters:
storeName - The storeName to set.

isDisplayPriceWithTax

public boolean isDisplayPriceWithTax()
Returns:
Returns the displayPriceWithTax.

setDisplayPriceWithTax

public void setDisplayPriceWithTax(boolean displayPriceWithTax)
Parameters:
displayPriceWithTax - The displayPriceWithTax to set.

isReturnDetails

public boolean isReturnDetails()
Returns:
Returns the returnDetails.

setReturnDetails

public void setReturnDetails(boolean returnDetails)
Parameters:
returnDetails - The returnDetails to set.

getHostAndPort

public java.lang.String getHostAndPort()
Returns:
Returns the hostAndPort.

setHostAndPort

public void setHostAndPort(java.lang.String hostAndPort)
Parameters:
hostAndPort - The hostAndPort to set.


Copyright © 2011 DS Data Systems UK Ltd.